#ddb60f

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

Shades of Sunflower #DDB60F

Tints of Sunflower #DDB60F

Color information

#DDB60F (or 0xDDB60F) is unknown color: approx Sunflower. HEX triplet: DD, B6 and 0F. RGB value is (221,182,15). Sum of RGB (Red+Green+Blue) = 221+182+15=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 15 (6.25% from 255 or 3.59% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB60F is #2249F0. Grayscale: #AFAFAF. Windows color (decimal): -2247153 or 1029853. OLE color: 1029853.

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

Color convert

RGB22118215-
CMYK00.180.930.13
HSL48.64º87.29%46.27%-
HSV(B)48.64º93.21%86.67%-
XYZ46.6348.867.43-
YUV174.6237.92161.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.87%
GREEN value IS 182 (71.48% from 255) = 43.54%
BLUE value IS 15 (6.25% from 255) = 3.59%
R=52.87%
G=43.54%
B=3.59%

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
Decimal2211821500.180.930.1348.6487.2946.27
HexDDB6F0125DD31572e
Octal33526617022135156112756
Binary11011101101101101111010010101110111011100011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddb60f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddb60f; }

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

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

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

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

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

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

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

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