#DDAC67

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

Shades of Equator #DDAC67

Tints of Equator #DDAC67

Color information

#DDAC67 (or 0xDDAC67) is unknown color: approx Equator. HEX triplet: DD, AC and 67. RGB value is (221,172,103). Sum of RGB (Red+Green+Blue) = 221+172+103=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 103 (40.62% from 255 or 20.77% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC67 is #225398. Grayscale: #B3B3B3. Windows color (decimal): -2249625 or 6794461. OLE color: 6794461.

HSL color Cylindrical-coordinate representation of color #DDAC67: hue angle of 35.08º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDAC67 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB221172103-
CMYK00.220.530.13
HSL35.08º63.44%63.53%-
HSV(B)35.08º53.39%86.67%-
XYZ47.0245.8619.2-
YUV178.7885.23158.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 172 (67.58% from 255) = 34.68%
BLUE value IS 103 (40.62% from 255) = 20.77%
R=44.56%
G=34.68%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117210300.220.530.1335.0863.4463.53
HexDDAC6701635D233f40
Octal33525414702665154377100
Binary1101110110101100110011101011011010111011000111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAC67; }

 p { color: rgb(221,172,103); }

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

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

 a { background-color: rgb(221,172,103); }

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

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

 span { border-color: rgb(221,172,103); }

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