#DDB167

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

Shades of Equator #DDB167

Tints of Equator #DDB167

Color information

#DDB167 (or 0xDDB167) is unknown color: approx Equator. HEX triplet: DD, B1 and 67. RGB value is (221,177,103). Sum of RGB (Red+Green+Blue) = 221+177+103=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 103 (40.62% from 255 or 20.56% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB167 is #224E98. Grayscale: #B6B6B6. Windows color (decimal): -2248345 or 6795741. OLE color: 6795741.

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

Color convert

RGB221177103-
CMYK00.200.530.13
HSL37.63º63.44%63.53%-
HSV(B)37.63º53.39%86.67%-
XYZ47.9947.819.53-
YUV181.7283.58156.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.11%
GREEN value IS 177 (69.53% from 255) = 35.33%
BLUE value IS 103 (40.62% from 255) = 20.56%
R=44.11%
G=35.33%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117710300.200.530.1337.6363.4463.53
HexDDB16701435D263f40
Octal33526114702465154677100
Binary1101110110110001110011101010011010111011001101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB167; }

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

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

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

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

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

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

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

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