#DDBF28

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

Shades of Sunflower #DDBF28

Tints of Sunflower #DDBF28

Color information

#DDBF28 (or 0xDDBF28) is unknown color: approx Sunflower. HEX triplet: DD, BF and 28. RGB value is (221,191,40). Sum of RGB (Red+Green+Blue) = 221+191+40=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBF28 is #2240D7. Grayscale: #B7B7B7. Windows color (decimal): -2244824 or 2670557. OLE color: 2670557.

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

Color convert

RGB22119140-
CMYK00.140.820.13
HSL50.06º72.69%51.18%-
HSV(B)50.06º81.9%86.67%-
XYZ48.8352.799.62-
YUV182.7647.44155.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.89%
GREEN value IS 191 (75% from 255) = 42.26%
BLUE value IS 40 (16.02% from 255) = 8.85%
R=48.89%
G=42.26%
B=8.85%

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
Decimal2211914000.140.820.1350.0672.6951.18
HexDDBF280E52D324933
Octal33527750016122156211163
Binary110111011011111110100001110101001011011100101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBF28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBF28; }

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

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

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

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

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

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

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

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