#DCCE10

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

Shades of Sunflower #DCCE10

Tints of Sunflower #DCCE10

Color information

#DCCE10 (or 0xDCCE10) is unknown color: approx Sunflower. HEX triplet: DC, CE and 10. RGB value is (220,206,16). Sum of RGB (Red+Green+Blue) = 220+206+16=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCE10 is #2331EF. Grayscale: #BDBDBD. Windows color (decimal): -2306544 or 1101532. OLE color: 1101532.

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

Color convert

RGB22020616-
CMYK00.060.930.14
HSL55.88º86.44%46.27%-
HSV(B)55.88º92.73%86.27%-
XYZ51.6859.49.23-
YUV188.5330.64150.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.77%
GREEN value IS 206 (80.86% from 255) = 46.61%
BLUE value IS 16 (6.64% from 255) = 3.62%
R=49.77%
G=46.61%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202061600.060.930.1455.8886.4446.27
HexDCCE10065DE38562e
Octal3343162006135167012656
Binary1101110011001110100000110101110111101110001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCE10; }

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

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

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

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

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

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

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

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