Html Css Color HEX #D7D31B Barberry

📋 copy color: '#D7D31B'

red 215 ◦ green 211 ◦ blue 27

#D7D31B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #D7D31B

Tints of Barberry #D7D31B

RGB

 RED value IS 215 (84.38% from 255) = 47.46%

 GREEN value IS 211 (82.81% from 255) = 46.58%

 BLUE value IS 27 (10.94% from 255) = 5.96%

R = 47.46%
G = 46.58%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D7D31B (or 0xD7D31B) is known color: Barberry. HEX triplet: D7, D3 and 1B. RGB value is (215,211,27). Sum of RGB (Red+Green+Blue) = 215+211+27=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 27 (10.94% from 255 or 5.96% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D31B is #282CE4. Grayscale: #BFBFBF. Windows color (decimal): -2632933 or 1823703. OLE color: 1823703.

HSL color Cylindrical-coordinate representation of color #D7D31B: hue angle of 58.72º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7D31B is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 211 27 -
CMYK 0 0.02 0.87 0.16
HSL 58.72º 0.78% 0.47% -
HSV(B) 58.72º 0.87% 0.84% -
XYZ 51.52 61.11 10.12 -
YUV 191.22 35.33 144.96 -
System Red Green Blue C M Y K H S L
Decimal 215 211 27 0 0.02 0.87 0.16 58.72 0.78 0.47
Hex D7 D3 1B 0 2 57 10 3B 4E 2F
Octal 327 323 33 0 2 127 20 73 116 57
Binary 11010111 11010011 11011 0 10 1010111 10000 111011 1001110 101111

Color Harmonies of #D7D31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D31B

Black with #D7D31B

Text Example


Text Example

White with #D7D31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D31B; }

 p { color: rgb(215,211,27); }

 H1.HeaderClassName
 {
   color: #D7D31B;
 }
 .AnyTagClassName
 {
   color: #D7D31B;
 }
</style>

background-color css

<style>
 a { background-color: #D7D31B; }

 a { background-color: rgb(215,211,27); }

 div.DivClassName
 {
   background-color: #D7D31B;
 }
 .BgClassName
 {
   background-color: #D7D31B;
 }
</style>

border-color css

<style>
 span { border-color: #D7D31B; }

 span { border-color: rgb(215,211,27); }

 td.TdClassName
 {
   border-color: #D7D31B;
 }
 .TagClassName
 {
   border-color: #D7D31B;
 }
</style>