#DCB467

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

Shades of Equator #DCB467

Tints of Equator #DCB467

Color information

#DCB467 (or 0xDCB467) is unknown color: approx Equator. HEX triplet: DC, B4 and 67. RGB value is (220,180,103). Sum of RGB (Red+Green+Blue) = 220+180+103=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 103 (40.62% from 255 or 20.48% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB467 is #234B98. Grayscale: #B7B7B7. Windows color (decimal): -2313113 or 6796508. OLE color: 6796508.

HSL color Cylindrical-coordinate representation of color #DCB467: hue angle of 39.49º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCB467 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB220180103-
CMYK00.180.530.14
HSL39.49º62.57%63.33%-
HSV(B)39.49º53.18%86.27%-
XYZ48.2848.8419.71-
YUV183.1882.75154.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.74%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 103 (40.62% from 255) = 20.48%
R=43.74%
G=35.79%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018010300.180.530.1439.4962.5763.33
HexDCB46701235E273f3f
Octal3342641470226516477777
Binary110111001011010011001110100101101011110100111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB467; }

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

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

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

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

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

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

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

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