#DDB81E

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

Shades of Sunflower #DDB81E

Tints of Sunflower #DDB81E

Color information

#DDB81E (or 0xDDB81E) is unknown color: approx Sunflower. HEX triplet: DD, B8 and 1E. RGB value is (221,184,30). Sum of RGB (Red+Green+Blue) = 221+184+30=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB81E is #2247E1. Grayscale: #B2B2B2. Windows color (decimal): -2246626 or 2013405. OLE color: 2013405.

HSL color Cylindrical-coordinate representation of color #DDB81E: hue angle of 48.38º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDB81E is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB22118430-
CMYK00.170.860.13
HSL48.38º76.1%49.22%-
HSV(B)48.38º86.43%86.67%-
XYZ47.1949.758.34-
YUV177.5144.76159.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.80%
GREEN value IS 184 (72.27% from 255) = 42.30%
BLUE value IS 30 (12.11% from 255) = 6.90%
R=50.80%
G=42.30%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211843000.170.860.1348.3876.149.22
HexDDB81E01156D304c31
Octal33527036021126156011461
Binary110111011011100011110010001101011011011100001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB81E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB81E; }

 p { color: rgb(221,184,30); }

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

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

 a { background-color: rgb(221,184,30); }

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

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

 span { border-color: rgb(221,184,30); }

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