#DCB967

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

Shades of Equator #DCB967

Tints of Equator #DCB967

Color information

#DCB967 (or 0xDCB967) is unknown color: approx Equator. HEX triplet: DC, B9 and 67. RGB value is (220,185,103). Sum of RGB (Red+Green+Blue) = 220+185+103=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 103 (40.62% from 255 or 20.28% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB967 is #234698. Grayscale: #BABABA. Windows color (decimal): -2311833 or 6797788. OLE color: 6797788.

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

Color convert

RGB220185103-
CMYK00.160.530.14
HSL42.05º62.57%63.33%-
HSV(B)42.05º53.18%86.27%-
XYZ49.3150.8920.06-
YUV186.1281.1152.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.31%
GREEN value IS 185 (72.66% from 255) = 36.42%
BLUE value IS 103 (40.62% from 255) = 20.28%
R=43.31%
G=36.42%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018510300.160.530.1442.0562.5763.33
HexDCB96701035E2a3f3f
Octal3342711470206516527777
Binary110111001011100111001110100001101011110101010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB967; }

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

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

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

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

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

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

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

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