#DDAB67

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

Shades of Equator #DDAB67

Tints of Equator #DDAB67

Color information

#DDAB67 (or 0xDDAB67) is unknown color: approx Equator. HEX triplet: DD, AB and 67. RGB value is (221,171,103). Sum of RGB (Red+Green+Blue) = 221+171+103=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 103 (40.62% from 255 or 20.81% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB67 is #225498. Grayscale: #B2B2B2. Windows color (decimal): -2249881 or 6794205. OLE color: 6794205.

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

Color convert

RGB221171103-
CMYK00.230.530.13
HSL34.58º63.44%63.53%-
HSV(B)34.58º53.39%86.67%-
XYZ46.8345.4819.14-
YUV178.285.56158.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.65%
GREEN value IS 171 (67.19% from 255) = 34.55%
BLUE value IS 103 (40.62% from 255) = 20.81%
R=44.65%
G=34.55%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117110300.230.530.1334.5863.4463.53
HexDDAB6701735D233f40
Octal33525314702765154377100
Binary1101110110101011110011101011111010111011000111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAB67; }

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

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

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

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

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

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

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

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