Html Css Color HEX #DCC205 Sunflower

📋 copy color: '#DCC205'

red 220 ◦ green 194 ◦ blue 5

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

Shades of Sunflower #DCC205

Tints of Sunflower #DCC205

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.3%

 BLUE value IS 5 (2.34% from 255) = 1.19%

R = 52.51%
G = 46.3%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DCC205 (or 0xDCC205) is known color: Sunflower. HEX triplet: DC, C2 and 05. RGB value is (220,194,5). Sum of RGB (Red+Green+Blue) = 220+194+5=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 5 (2.34% from 255 or 1.19% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC205 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC205 is #233DFA. Grayscale: #B5B5B5. Windows color (decimal): -2309627 or 377564. OLE color: 377564.

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

Color convert

RGB 220 194 5 -
CMYK 0 0.12 0.98 0.14
HSL 52.74º 0.96% 0.44% -
HSV(B) 52.74º 0.98% 0.86% -
XYZ 48.83 53.81 7.96 -
YUV 180.23 29.11 156.37 -
System Red Green Blue C M Y K H S L
Decimal 220 194 5 0 0.12 0.98 0.14 52.74 0.96 0.44
Hex DC C2 5 0 C 62 E 35 60 2C
Octal 334 302 5 0 14 142 16 65 140 54
Binary 11011100 11000010 101 0 1100 1100010 1110 110101 1100000 101100

Color Harmonies of #DCC205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC205

Black with #DCC205

Text Example


Text Example

White with #DCC205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC205; }

 p { color: rgb(220,194,5); }

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

background-color css

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

 a { background-color: rgb(220,194,5); }

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

border-color css

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

 span { border-color: rgb(220,194,5); }

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