#ddb20c

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

Shades of Sunflower #DDB20C

Tints of Sunflower #DDB20C

Color information

#DDB20C (or 0xDDB20C) is unknown color: approx Sunflower. HEX triplet: DD, B2 and 0C. RGB value is (221,178,12). Sum of RGB (Red+Green+Blue) = 221+178+12=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB20C is #224DF3. Grayscale: #ACACAC. Windows color (decimal): -2248180 or 832221. OLE color: 832221.

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

Color convert

RGB22117812-
CMYK00.190.950.13
HSL47.66º89.7%45.69%-
HSV(B)47.66º94.57%86.67%-
XYZ45.8147.247.05-
YUV171.9337.75163-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.77%
GREEN value IS 178 (69.92% from 255) = 43.31%
BLUE value IS 12 (5.08% from 255) = 2.92%
R=53.77%
G=43.31%
B=2.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211781200.190.950.1347.6689.745.69
HexDDB2C0135FD305a2e
Octal33526214023137156013256
Binary11011101101100101100010011101111111011100001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddb20c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddb20c; }

 p { color: rgb(221,178,12); }

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

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

 a { background-color: rgb(221,178,12); }

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

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

 span { border-color: rgb(221,178,12); }

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