#DDBE28

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

Shades of Sunflower #DDBE28

Tints of Sunflower #DDBE28

Color information

#DDBE28 (or 0xDDBE28) is unknown color: approx Sunflower. HEX triplet: DD, BE and 28. RGB value is (221,190,40). Sum of RGB (Red+Green+Blue) = 221+190+40=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 40 (16.02% from 255 or 8.87% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBE28 is #2241D7. Grayscale: #B6B6B6. Windows color (decimal): -2245080 or 2670301. OLE color: 2670301.

HSL color Cylindrical-coordinate representation of color #DDBE28: hue angle of 49.72º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDBE28 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB22119040-
CMYK00.140.820.13
HSL49.72º72.69%51.18%-
HSV(B)49.72º81.9%86.67%-
XYZ48.6252.359.55-
YUV182.1747.77155.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.00%
GREEN value IS 190 (74.61% from 255) = 42.13%
BLUE value IS 40 (16.02% from 255) = 8.87%
R=49.00%
G=42.13%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211904000.140.820.1349.7272.6951.18
HexDDBE280E52D324933
Octal33527650016122156211163
Binary110111011011111010100001110101001011011100101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBE28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBE28; }

 p { color: rgb(221,190,40); }

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

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

 a { background-color: rgb(221,190,40); }

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

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

 span { border-color: rgb(221,190,40); }

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