#DCC010

Color #DCC010 Sunflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunflower #DCC010

Tints of Sunflower #DCC010

Color information

#DCC010 (or 0xDCC010) is unknown color: approx Sunflower. HEX triplet: DC, C0 and 10. RGB value is (220,192,16). Sum of RGB (Red+Green+Blue) = 220+192+16=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 16 (6.64% from 255 or 3.74% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC010 is #233FEF. Grayscale: #B5B5B5. Windows color (decimal): -2310128 or 1097948. OLE color: 1097948.

HSL color Cylindrical-coordinate representation of color #DCC010: hue angle of 51.76º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCC010 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB22019216-
CMYK00.130.930.14
HSL51.76º86.44%46.27%-
HSV(B)51.76º92.73%86.27%-
XYZ48.4652.958.16-
YUV180.3135.28156.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.40%
GREEN value IS 192 (75.39% from 255) = 44.86%
BLUE value IS 16 (6.64% from 255) = 3.74%
R=51.40%
G=44.86%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.93
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201921600.130.930.1451.7686.4446.27
HexDCC0100D5DE34562e
Octal33430020015135166412656
Binary11011100110000001000001101101110111101101001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC010; }

 p { color: rgb(220,192,16); }

 H1.HeaderClassName
 {
   color: #DCC010;
 }
 .AnyTagClassName
 {
   color: #DCC010;
 }
</style>
background-color css

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

 a { background-color: rgb(220,192,16); }

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

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

 span { border-color: rgb(220,192,16); }

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