#DDB310

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

Shades of Sunflower #DDB310

Tints of Sunflower #DDB310

Color information

#DDB310 (or 0xDDB310) is unknown color: approx Sunflower. HEX triplet: DD, B3 and 10. RGB value is (221,179,16). Sum of RGB (Red+Green+Blue) = 221+179+16=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB310 is #224CEF. Grayscale: #ADADAD. Windows color (decimal): -2247920 or 1094621. OLE color: 1094621.

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

Color convert

RGB22117916-
CMYK00.190.930.13
HSL47.71º86.5%46.47%-
HSV(B)47.71º92.76%86.67%-
XYZ46.0347.657.26-
YUV172.9839.41162.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.12%
GREEN value IS 179 (70.31% from 255) = 43.03%
BLUE value IS 16 (6.64% from 255) = 3.85%
R=53.12%
G=43.03%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211791600.190.930.1347.7186.546.47
HexDDB3100135DD30562e
Octal33526320023135156012656
Binary110111011011001110000010011101110111011100001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB310; }

 p { color: rgb(221,179,16); }

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

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

 a { background-color: rgb(221,179,16); }

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

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

 span { border-color: rgb(221,179,16); }

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