#DDB610

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

Shades of Sunflower #DDB610

Tints of Sunflower #DDB610

Color information

#DDB610 (or 0xDDB610) is unknown color: approx Sunflower. HEX triplet: DD, B6 and 10. RGB value is (221,182,16). Sum of RGB (Red+Green+Blue) = 221+182+16=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 16 (6.64% from 255 or 3.82% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB610 is #2249EF. Grayscale: #AFAFAF. Windows color (decimal): -2247152 or 1095389. OLE color: 1095389.

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

Color convert

RGB22118216-
CMYK00.180.930.13
HSL48.59º86.5%46.47%-
HSV(B)48.59º92.76%86.67%-
XYZ46.6448.877.46-
YUV174.7438.42161-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.74%
GREEN value IS 182 (71.48% from 255) = 43.44%
BLUE value IS 16 (6.64% from 255) = 3.82%
R=52.74%
G=43.44%
B=3.82%

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
Decimal2211821600.180.930.1348.5986.546.47
HexDDB6100125DD31562e
Octal33526620022135156112656
Binary110111011011011010000010010101110111011100011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB610; }

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

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

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

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

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

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

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

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