Html Css Color HEX #D9CD0D Bird Flower

📋 copy color: '#D9CD0D'

red 217 ◦ green 205 ◦ blue 13

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

Shades of Bird Flower #D9CD0D

Tints of Bird Flower #D9CD0D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.13%

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

R = 49.89%
G = 47.13%
B = 2.99%

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

#D9CD0D (or 0xD9CD0D) is known color: Bird Flower. HEX triplet: D9, CD and 0D. RGB value is (217,205,13). Sum of RGB (Red+Green+Blue) = 217+205+13=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CD0D is #2632F2. Grayscale: #BBBBBB. Windows color (decimal): -2503411 or 904665. OLE color: 904665.

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

Color convert

RGB 217 205 13 -
CMYK 0 0.06 0.94 0.15
HSL 56.47º 0.89% 0.45% -
HSV(B) 56.47º 0.94% 0.85% -
XYZ 50.52 58.44 9 -
YUV 186.7 29.98 149.61 -
System Red Green Blue C M Y K H S L
Decimal 217 205 13 0 0.06 0.94 0.15 56.47 0.89 0.45
Hex D9 CD D 0 6 5E F 38 59 2D
Octal 331 315 15 0 6 136 17 70 131 55
Binary 11011001 11001101 1101 0 110 1011110 1111 111000 1011001 101101

Color Harmonies of #D9CD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CD0D

Black with #D9CD0D

Text Example


Text Example

White with #D9CD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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