Html Css Color HEX #DCD009 Bird Flower

📋 copy color: '#DCD009'

red 220 ◦ green 208 ◦ blue 9

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

Shades of Bird Flower #DCD009

Tints of Bird Flower #DCD009

RGB

 RED value IS 220 (86.33% from 255) = 50.34%

 GREEN value IS 208 (81.64% from 255) = 47.6%

 BLUE value IS 9 (3.91% from 255) = 2.06%

R = 50.34%
G = 47.6%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCD009 (or 0xDCD009) is known color: Bird Flower. HEX triplet: DC, D0 and 09. RGB value is (220,208,9). Sum of RGB (Red+Green+Blue) = 220+208+9=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 9 (3.91% from 255 or 2.06% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD009 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD009 is #232FF6. Grayscale: #BDBDBD. Windows color (decimal): -2306039 or 643292. OLE color: 643292.

HSL color Cylindrical-coordinate representation of color #DCD009: hue angle of 56.59º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCD009 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 208 9 -
CMYK 0 0.05 0.96 0.14
HSL 56.59º 0.92% 0.45% -
HSV(B) 56.59º 0.96% 0.86% -
XYZ 52.12 60.35 9.16 -
YUV 188.9 26.48 150.18 -
System Red Green Blue C M Y K H S L
Decimal 220 208 9 0 0.05 0.96 0.14 56.59 0.92 0.45
Hex DC D0 9 0 5 60 E 39 5C 2D
Octal 334 320 11 0 5 140 16 71 134 55
Binary 11011100 11010000 1001 0 101 1100000 1110 111001 1011100 101101

Color Harmonies of #DCD009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD009

Black with #DCD009

Text Example


Text Example

White with #DCD009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD009; }

 p { color: rgb(220,208,9); }

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

background-color css

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

 a { background-color: rgb(220,208,9); }

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

border-color css

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

 span { border-color: rgb(220,208,9); }

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