#DDAB0C

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

Shades of Gamboge #DDAB0C

Tints of Gamboge #DDAB0C

Color information

#DDAB0C (or 0xDDAB0C) is unknown color: approx Gamboge. HEX triplet: DD, AB and 0C. RGB value is (221,171,12). Sum of RGB (Red+Green+Blue) = 221+171+12=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 12 (5.08% from 255 or 2.97% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAB0C is #2254F3. Grayscale: #A8A8A8. Windows color (decimal): -2249972 or 830429. OLE color: 830429.

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

Color convert

RGB22117112-
CMYK00.230.950.13
HSL45.65º89.7%45.69%-
HSV(B)45.65º94.57%86.67%-
XYZ44.4544.526.6-
YUV167.8240.06165.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.70%
GREEN value IS 171 (67.19% from 255) = 42.33%
BLUE value IS 12 (5.08% from 255) = 2.97%
R=54.70%
G=42.33%
B=2.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211711200.230.950.1345.6589.745.69
HexDDABC0175FD2e5a2e
Octal33525314027137155613256
Binary11011101101010111100010111101111111011011101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAB0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAB0C; }

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

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

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

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

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

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

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

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