Html Css Color HEX #D8CB07 Bird Flower

📋 copy color: '#D8CB07'

red 216 ◦ green 203 ◦ blue 7

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

Shades of Bird Flower #D8CB07

Tints of Bird Flower #D8CB07

RGB

 RED value IS 216 (84.77% from 255) = 50.7%

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

 BLUE value IS 7 (3.13% from 255) = 1.64%

R = 50.7%
G = 47.65%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D8CB07 (or 0xD8CB07) is known color: Bird Flower. HEX triplet: D8, CB and 07. RGB value is (216,203,7). Sum of RGB (Red+Green+Blue) = 216+203+7=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 7 (3.12% from 255 or 1.64% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8CB07 is #2734F8. Grayscale: #B9B9B9. Windows color (decimal): -2569465 or 510936. OLE color: 510936.

HSL color Cylindrical-coordinate representation of color #D8CB07: hue angle of 56.27º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D8CB07 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 203 7 -
CMYK 0 0.06 0.97 0.15
HSL 56.27º 0.94% 0.44% -
HSV(B) 56.27º 0.97% 0.85% -
XYZ 49.71 57.33 8.65 -
YUV 184.54 27.81 150.44 -
System Red Green Blue C M Y K H S L
Decimal 216 203 7 0 0.06 0.97 0.15 56.27 0.94 0.44
Hex D8 CB 7 0 6 61 F 38 5E 2C
Octal 330 313 7 0 6 141 17 70 136 54
Binary 11011000 11001011 111 0 110 1100001 1111 111000 1011110 101100

Color Harmonies of #D8CB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CB07

Black with #D8CB07

Text Example


Text Example

White with #D8CB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CB07; }

 p { color: rgb(216,203,7); }

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

background-color css

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

 a { background-color: rgb(216,203,7); }

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

border-color css

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

 span { border-color: rgb(216,203,7); }

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