#DDB467

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

Shades of Equator #DDB467

Tints of Equator #DDB467

Color information

#DDB467 (or 0xDDB467) is unknown color: approx Equator. HEX triplet: DD, B4 and 67. RGB value is (221,180,103). Sum of RGB (Red+Green+Blue) = 221+180+103=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 103 (40.62% from 255 or 20.44% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB467 is #224B98. Grayscale: #B7B7B7. Windows color (decimal): -2247577 or 6796509. OLE color: 6796509.

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

Color convert

RGB221180103-
CMYK00.190.530.13
HSL39.15º63.44%63.53%-
HSV(B)39.15º53.39%86.67%-
XYZ48.5948.9919.73-
YUV183.4882.58154.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 180 (70.70% from 255) = 35.71%
BLUE value IS 103 (40.62% from 255) = 20.44%
R=43.85%
G=35.71%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118010300.190.530.1339.1563.4463.53
HexDDB46701335D273f40
Octal33526414702365154777100
Binary1101110110110100110011101001111010111011001111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB467; }

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

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

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

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

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

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

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

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