#DBCC10

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

Shades of Sunflower #DBCC10

Tints of Sunflower #DBCC10

Color information

#DBCC10 (or 0xDBCC10) is unknown color: approx Sunflower. HEX triplet: DB, CC and 10. RGB value is (219,204,16). Sum of RGB (Red+Green+Blue) = 219+204+16=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 16 (6.64% from 255 or 3.64% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCC10 is #2433EF. Grayscale: #BBBBBB. Windows color (decimal): -2372592 or 1101019. OLE color: 1101019.

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

Color convert

RGB21920416-
CMYK00.070.930.14
HSL55.57º86.38%46.08%-
HSV(B)55.57º92.69%85.88%-
XYZ50.958.289.06-
YUV187.0531.47150.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.89%
GREEN value IS 204 (80.08% from 255) = 46.47%
BLUE value IS 16 (6.64% from 255) = 3.64%
R=49.89%
G=46.47%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192041600.070.930.1455.5786.3846.08
HexDBCC10075DE38562e
Octal3333142007135167012656
Binary1101101111001100100000111101110111101110001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCC10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCC10; }

 p { color: rgb(219,204,16); }

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

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

 a { background-color: rgb(219,204,16); }

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

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

 span { border-color: rgb(219,204,16); }

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