Html Css Color HEX #D9CB07 Bird Flower

📋 copy color: '#D9CB07'

red 217 ◦ green 203 ◦ blue 7

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

Shades of Bird Flower #D9CB07

Tints of Bird Flower #D9CB07

RGB

 RED value IS 217 (85.16% from 255) = 50.82%

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

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

R = 50.82%
G = 47.54%
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

#D9CB07 (or 0xD9CB07) is known color: Bird Flower. HEX triplet: D9, CB and 07. RGB value is (217,203,7). Sum of RGB (Red+Green+Blue) = 217+203+7=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 7 (3.12% from 255 or 1.64% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CB07 is #2634F8. Grayscale: #B9B9B9. Windows color (decimal): -2503929 or 510937. OLE color: 510937.

HSL color Cylindrical-coordinate representation of color #D9CB07: hue angle of 56º 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 #D9CB07 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 203 7 -
CMYK 0 0.06 0.97 0.15
HSL 56º 0.94% 0.44% -
HSV(B) 56º 0.97% 0.85% -
XYZ 50.01 57.48 8.66 -
YUV 184.84 27.64 150.94 -
System Red Green Blue C M Y K H S L
Decimal 217 203 7 0 0.06 0.97 0.15 56 0.94 0.44
Hex D9 CB 7 0 6 61 F 38 5E 2C
Octal 331 313 7 0 6 141 17 70 136 54
Binary 11011001 11001011 111 0 110 1100001 1111 111000 1011110 101100

Color Harmonies of #D9CB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CB07

Black with #D9CB07

Text Example


Text Example

White with #D9CB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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