#DCCC19

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

Shades of Sunflower #DCCC19

Tints of Sunflower #DCCC19

Color information

#DCCC19 (or 0xDCCC19) is unknown color: approx Sunflower. HEX triplet: DC, CC and 19. RGB value is (220,204,25). Sum of RGB (Red+Green+Blue) = 220+204+25=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 25 (10.16% from 255 or 5.57% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCC19 is #2333E6. Grayscale: #BDBDBD. Windows color (decimal): -2307047 or 1690844. OLE color: 1690844.

HSL color Cylindrical-coordinate representation of color #DCCC19: hue angle of 55.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCCC19 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB22020425-
CMYK00.070.890.14
HSL55.08º79.59%48.04%-
HSV(B)55.08º88.64%86.27%-
XYZ51.2858.479.5-
YUV188.3835.8150.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.00%
GREEN value IS 204 (80.08% from 255) = 45.43%
BLUE value IS 25 (10.16% from 255) = 5.57%
R=49.00%
G=45.43%
B=5.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202042500.070.890.1455.0879.5948.04
HexDCCC190759E375030
Octal3343143107131166712060
Binary1101110011001100110010111101100111101101111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCC19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCC19; }

 p { color: rgb(220,204,25); }

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

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

 a { background-color: rgb(220,204,25); }

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

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

 span { border-color: rgb(220,204,25); }

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