Html Css Color HEX #D9CC0D Bird Flower

📋 copy color: '#D9CC0D'

red 217 ◦ green 204 ◦ blue 13

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

Shades of Bird Flower #D9CC0D

Tints of Bird Flower #D9CC0D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47%

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

R = 50%
G = 47%
B = 3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9CC0D (or 0xD9CC0D) is known color: Bird Flower. HEX triplet: D9, CC and 0D. RGB value is (217,204,13). Sum of RGB (Red+Green+Blue) = 217+204+13=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 13 (5.47% from 255 or 3.00% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CC0D is #2633F2. Grayscale: #BABABA. Windows color (decimal): -2503667 or 904409. OLE color: 904409.

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

Color convert

RGB 217 204 13 -
CMYK 0 0.06 0.94 0.15
HSL 56.18º 0.89% 0.45% -
HSV(B) 56.18º 0.94% 0.85% -
XYZ 50.28 57.97 8.92 -
YUV 186.11 30.31 150.03 -
System Red Green Blue C M Y K H S L
Decimal 217 204 13 0 0.06 0.94 0.15 56.18 0.89 0.45
Hex D9 CC D 0 6 5E F 38 59 2D
Octal 331 314 15 0 6 136 17 70 131 55
Binary 11011001 11001100 1101 0 110 1011110 1111 111000 1011001 101101

Color Harmonies of #D9CC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CC0D

Black with #D9CC0D

Text Example


Text Example

White with #D9CC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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