#DCBE25

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

Shades of Sunflower #DCBE25

Tints of Sunflower #DCBE25

Color information

#DCBE25 (or 0xDCBE25) is unknown color: approx Sunflower. HEX triplet: DC, BE and 25. RGB value is (220,190,37). Sum of RGB (Red+Green+Blue) = 220+190+37=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 37 (14.84% from 255 or 8.28% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE25 is #2341DA. Grayscale: #B6B6B6. Windows color (decimal): -2310619 or 2473692. OLE color: 2473692.

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

Color convert

RGB22019037-
CMYK00.140.830.14
HSL50.16º72.33%50.39%-
HSV(B)50.16º83.18%86.27%-
XYZ48.2652.189.28-
YUV181.5346.44155.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.22%
GREEN value IS 190 (74.61% from 255) = 42.51%
BLUE value IS 37 (14.84% from 255) = 8.28%
R=49.22%
G=42.51%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201903700.140.830.1450.1672.3350.39
HexDCBE250E53E324832
Octal33427645016123166211062
Binary110111001011111010010101110101001111101100101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBE25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBE25; }

 p { color: rgb(220,190,37); }

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

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

 a { background-color: rgb(220,190,37); }

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

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

 span { border-color: rgb(220,190,37); }

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