Html Css Color HEX #DCC809 Sunflower

📋 copy color: '#DCC809'

red 220 ◦ green 200 ◦ blue 9

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

Shades of Sunflower #DCC809

Tints of Sunflower #DCC809

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.62%

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

R = 51.28%
G = 46.62%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCC809 (or 0xDCC809) is known color: Sunflower. HEX triplet: DC, C8 and 09. RGB value is (220,200,9). Sum of RGB (Red+Green+Blue) = 220+200+9=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 9 (3.91% from 255 or 2.10% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC809 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC809 is #2337F6. Grayscale: #B8B8B8. Windows color (decimal): -2308087 or 641244. OLE color: 641244.

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

Color convert

RGB 220 200 9 -
CMYK 0 0.09 0.96 0.14
HSL 54.31º 0.92% 0.45% -
HSV(B) 54.31º 0.96% 0.86% -
XYZ 50.22 56.54 8.53 -
YUV 184.21 29.13 153.53 -
System Red Green Blue C M Y K H S L
Decimal 220 200 9 0 0.09 0.96 0.14 54.31 0.92 0.45
Hex DC C8 9 0 9 60 E 36 5C 2D
Octal 334 310 11 0 11 140 16 66 134 55
Binary 11011100 11001000 1001 0 1001 1100000 1110 110110 1011100 101101

Color Harmonies of #DCC809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC809

Black with #DCC809

Text Example


Text Example

White with #DCC809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC809; }

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

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

background-color css

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

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

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

border-color css

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

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

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