Html Css Color HEX #DCD109 Bird Flower

📋 copy color: '#DCD109'

red 220 ◦ green 209 ◦ blue 9

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

Shades of Bird Flower #DCD109

Tints of Bird Flower #DCD109

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.72%

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

R = 50.23%
G = 47.72%
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

#DCD109 (or 0xDCD109) is known color: Bird Flower. HEX triplet: DC, D1 and 09. RGB value is (220,209,9). Sum of RGB (Red+Green+Blue) = 220+209+9=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 9 (3.91% from 255 or 2.05% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD109 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD109 is #232EF6. Grayscale: #BEBEBE. Windows color (decimal): -2305783 or 643548. OLE color: 643548.

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

Color convert

RGB 220 209 9 -
CMYK 0 0.05 0.96 0.14
HSL 56.87º 0.92% 0.45% -
HSV(B) 56.87º 0.96% 0.86% -
XYZ 52.36 60.84 9.24 -
YUV 189.49 26.14 149.76 -
System Red Green Blue C M Y K H S L
Decimal 220 209 9 0 0.05 0.96 0.14 56.87 0.92 0.45
Hex DC D1 9 0 5 60 E 39 5C 2D
Octal 334 321 11 0 5 140 16 71 134 55
Binary 11011100 11010001 1001 0 101 1100000 1110 111001 1011100 101101

Color Harmonies of #DCD109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD109

Black with #DCD109

Text Example


Text Example

White with #DCD109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD109; }

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

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

background-color css

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

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

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

border-color css

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

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

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