Html Css Color HEX #D9CF0D Bird Flower

📋 copy color: '#D9CF0D'

red 217 ◦ green 207 ◦ blue 13

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

Shades of Bird Flower #D9CF0D

Tints of Bird Flower #D9CF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.97%

R = 49.66%
G = 47.37%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9CF0D (or 0xD9CF0D) is known color: Bird Flower. HEX triplet: D9, CF and 0D. RGB value is (217,207,13). Sum of RGB (Red+Green+Blue) = 217+207+13=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 13 (5.47% from 255 or 2.97% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CF0D is #2630F2. Grayscale: #BCBCBC. Windows color (decimal): -2502899 or 905177. OLE color: 905177.

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

Color convert

RGB 217 207 13 -
CMYK 0 0.05 0.94 0.15
HSL 57.06º 0.89% 0.45% -
HSV(B) 57.06º 0.94% 0.85% -
XYZ 51 59.41 9.16 -
YUV 187.87 29.31 148.77 -
System Red Green Blue C M Y K H S L
Decimal 217 207 13 0 0.05 0.94 0.15 57.06 0.89 0.45
Hex D9 CF D 0 5 5E F 39 59 2D
Octal 331 317 15 0 5 136 17 71 131 55
Binary 11011001 11001111 1101 0 101 1011110 1111 111001 1011001 101101

Color Harmonies of #D9CF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CF0D

Black with #D9CF0D

Text Example


Text Example

White with #D9CF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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