#DDB50F

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

Shades of Sunflower #DDB50F

Tints of Sunflower #DDB50F

Color information

#DDB50F (or 0xDDB50F) is unknown color: approx Sunflower. HEX triplet: DD, B5 and 0F. RGB value is (221,181,15). Sum of RGB (Red+Green+Blue) = 221+181+15=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB50F is #224AF0. Grayscale: #AEAEAE. Windows color (decimal): -2247409 or 1029597. OLE color: 1029597.

HSL color Cylindrical-coordinate representation of color #DDB50F: hue angle of 48.35º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDB50F is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB22118115-
CMYK00.180.930.13
HSL48.35º87.29%46.27%-
HSV(B)48.35º93.21%86.67%-
XYZ46.4348.457.36-
YUV174.0438.25161.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.00%
GREEN value IS 181 (71.09% from 255) = 43.41%
BLUE value IS 15 (6.25% from 255) = 3.60%
R=53.00%
G=43.41%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211811500.180.930.1348.3587.2946.27
HexDDB5F0125DD30572e
Octal33526517022135156012756
Binary11011101101101011111010010101110111011100001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB50F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB50F; }

 p { color: rgb(221,181,15); }

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

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

 a { background-color: rgb(221,181,15); }

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

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

 span { border-color: rgb(221,181,15); }

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