Html Css Color HEX #DCD209 Bird Flower

📋 copy color: '#DCD209'

red 220 ◦ green 210 ◦ blue 9

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

Shades of Bird Flower #DCD209

Tints of Bird Flower #DCD209

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.84%

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

R = 50.11%
G = 47.84%
B = 2.05%

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

#DCD209 (or 0xDCD209) is known color: Bird Flower. HEX triplet: DC, D2 and 09. RGB value is (220,210,9). Sum of RGB (Red+Green+Blue) = 220+210+9=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 210 (82.42% from 255 or 47.84% from 439); Blue value is 9 (3.91% from 255 or 2.05% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD209 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD209 is #232DF6. Grayscale: #BEBEBE. Windows color (decimal): -2305527 or 643804. OLE color: 643804.

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

Color convert

RGB 220 210 9 -
CMYK 0 0.05 0.96 0.14
HSL 57.16º 0.92% 0.45% -
HSV(B) 57.16º 0.96% 0.86% -
XYZ 52.61 61.33 9.32 -
YUV 190.08 25.81 149.34 -
System Red Green Blue C M Y K H S L
Decimal 220 210 9 0 0.05 0.96 0.14 57.16 0.92 0.45
Hex DC D2 9 0 5 60 E 39 5C 2D
Octal 334 322 11 0 5 140 16 71 134 55
Binary 11011100 11010010 1001 0 101 1100000 1110 111001 1011100 101101

Color Harmonies of #DCD209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD209

Black with #DCD209

Text Example


Text Example

White with #DCD209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD209; }

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

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

background-color css

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

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

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

border-color css

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

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

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