Html Css Color HEX #D9CF07 Bird Flower

📋 copy color: '#D9CF07'

red 217 ◦ green 207 ◦ blue 7

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

Shades of Bird Flower #D9CF07

Tints of Bird Flower #D9CF07

RGB

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

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

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

R = 50.35%
G = 48.03%
B = 1.62%

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

#D9CF07 (or 0xD9CF07) is known color: Bird Flower. HEX triplet: D9, CF and 07. RGB value is (217,207,7). Sum of RGB (Red+Green+Blue) = 217+207+7=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 7 (3.12% from 255 or 1.62% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CF07 is #2630F8. Grayscale: #BCBCBC. Windows color (decimal): -2502905 or 511961. OLE color: 511961.

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

Color convert

RGB 217 207 7 -
CMYK 0 0.05 0.97 0.15
HSL 57.14º 0.94% 0.44% -
HSV(B) 57.14º 0.97% 0.85% -
XYZ 50.97 59.39 8.98 -
YUV 187.19 26.31 149.26 -
System Red Green Blue C M Y K H S L
Decimal 217 207 7 0 0.05 0.97 0.15 57.14 0.94 0.44
Hex D9 CF 7 0 5 61 F 39 5E 2C
Octal 331 317 7 0 5 141 17 71 136 54
Binary 11011001 11001111 111 0 101 1100001 1111 111001 1011110 101100

Color Harmonies of #D9CF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CF07

Black with #D9CF07

Text Example


Text Example

White with #D9CF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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