#DDBA5C

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

Shades of Equator #DDBA5C

Tints of Equator #DDBA5C

Color information

#DDBA5C (or 0xDDBA5C) is unknown color: approx Equator. HEX triplet: DD, BA and 5C. RGB value is (221,186,92). Sum of RGB (Red+Green+Blue) = 221+186+92=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA5C is #2245A3. Grayscale: #BABABA. Windows color (decimal): -2246052 or 6077149. OLE color: 6077149.

HSL color Cylindrical-coordinate representation of color #DDBA5C: hue angle of 43.72º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDBA5C is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22118692-
CMYK00.160.580.13
HSL43.72º65.48%61.37%-
HSV(B)43.72º58.37%86.67%-
XYZ49.3151.2617.42-
YUV185.7575.1153.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.29%
GREEN value IS 186 (73.05% from 255) = 37.27%
BLUE value IS 92 (36.33% from 255) = 18.44%
R=44.29%
G=37.27%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211869200.160.580.1343.7265.4861.37
HexDDBA5C0103AD2c413d
Octal33527213402072155410175
Binary1101110110111010101110001000011101011011011001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBA5C; }

 p { color: rgb(221,186,92); }

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

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

 a { background-color: rgb(221,186,92); }

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

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

 span { border-color: rgb(221,186,92); }

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