Html Css Color HEX #D7CB08 Bird Flower

📋 copy color: '#D7CB08'

red 215 ◦ green 203 ◦ blue 8

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

Shades of Bird Flower #D7CB08

Tints of Bird Flower #D7CB08

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.65%

 BLUE value IS 8 (3.52% from 255) = 1.88%

R = 50.47%
G = 47.65%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D7CB08 (or 0xD7CB08) is known color: Bird Flower. HEX triplet: D7, CB and 08. RGB value is (215,203,8). Sum of RGB (Red+Green+Blue) = 215+203+8=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 8 (3.52% from 255 or 1.88% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7CB08 is #2834F7. Grayscale: #B9B9B9. Windows color (decimal): -2635000 or 576471. OLE color: 576471.

HSL color Cylindrical-coordinate representation of color #D7CB08: hue angle of 56.52º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7CB08 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 203 8 -
CMYK 0 0.06 0.96 0.16
HSL 56.52º 0.93% 0.44% -
HSV(B) 56.52º 0.96% 0.84% -
XYZ 49.42 57.18 8.66 -
YUV 184.36 28.48 149.86 -
System Red Green Blue C M Y K H S L
Decimal 215 203 8 0 0.06 0.96 0.16 56.52 0.93 0.44
Hex D7 CB 8 0 6 60 10 39 5D 2C
Octal 327 313 10 0 6 140 20 71 135 54
Binary 11010111 11001011 1000 0 110 1100000 10000 111001 1011101 101100

Color Harmonies of #D7CB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CB08

Black with #D7CB08

Text Example


Text Example

White with #D7CB08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CB08; }

 p { color: rgb(215,203,8); }

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

background-color css

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

 a { background-color: rgb(215,203,8); }

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

border-color css

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

 span { border-color: rgb(215,203,8); }

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