Html Css Color HEX #D9CF06 Bird Flower

📋 copy color: '#D9CF06'

red 217 ◦ green 207 ◦ blue 6

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

Shades of Bird Flower #D9CF06

Tints of Bird Flower #D9CF06

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.14%

 BLUE value IS 6 (2.73% from 255) = 1.4%

R = 50.47%
G = 48.14%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D9CF06 (or 0xD9CF06) is known color: Bird Flower. HEX triplet: D9, CF and 06. RGB value is (217,207,6). Sum of RGB (Red+Green+Blue) = 217+207+6=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 6 (2.73% from 255 or 1.40% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CF06 is #2630F9. Grayscale: #BBBBBB. Windows color (decimal): -2502906 or 446425. OLE color: 446425.

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

Color convert

RGB 217 207 6 -
CMYK 0 0.05 0.97 0.15
HSL 57.16º 0.95% 0.44% -
HSV(B) 57.16º 0.97% 0.85% -
XYZ 50.96 59.39 8.95 -
YUV 187.08 25.81 149.34 -
System Red Green Blue C M Y K H S L
Decimal 217 207 6 0 0.05 0.97 0.15 57.16 0.95 0.44
Hex D9 CF 6 0 5 61 F 39 5F 2C
Octal 331 317 6 0 5 141 17 71 137 54
Binary 11011001 11001111 110 0 101 1100001 1111 111001 1011111 101100

Color Harmonies of #D9CF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CF06

Black with #D9CF06

Text Example


Text Example

White with #D9CF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CF06; }

 p { color: rgb(217,207,6); }

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

background-color css

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

 a { background-color: rgb(217,207,6); }

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

border-color css

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

 span { border-color: rgb(217,207,6); }

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