#DDAB21

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

Shades of Galliano #DDAB21

Tints of Galliano #DDAB21

Color information

#DDAB21 (or 0xDDAB21) is unknown color: approx Galliano. HEX triplet: DD, AB and 21. RGB value is (221,171,33). Sum of RGB (Red+Green+Blue) = 221+171+33=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 33 (13.28% from 255 or 7.76% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB21 is #2254DE. Grayscale: #AAAAAA. Windows color (decimal): -2249951 or 2206685. OLE color: 2206685.

HSL color Cylindrical-coordinate representation of color #DDAB21: hue angle of 44.04º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDAB21 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB22117133-
CMYK00.230.850.13
HSL44.04º74.02%49.8%-
HSV(B)44.04º85.07%86.67%-
XYZ44.6644.617.7-
YUV170.2250.56164.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52%
GREEN value IS 171 (67.19% from 255) = 40.24%
BLUE value IS 33 (13.28% from 255) = 7.76%
R=52%
G=40.24%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211713300.230.850.1344.0474.0249.8
HexDDAB2101755D2c4a32
Octal33525341027125155411262
Binary1101110110101011100001010111101010111011011001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAB21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAB21; }

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

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

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

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

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

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

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

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