#dcb969

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

Shades of Equator #DCB969

Tints of Equator #DCB969

Color information

#DCB969 (or 0xDCB969) is unknown color: approx Equator. HEX triplet: DC, B9 and 69. RGB value is (220,185,105). Sum of RGB (Red+Green+Blue) = 220+185+105=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 105 (41.41% from 255 or 20.59% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB969 is #234696. Grayscale: #BABABA. Windows color (decimal): -2311831 or 6928860. OLE color: 6928860.

HSL color Cylindrical-coordinate representation of color #DCB969: hue angle of 41.74º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCB969 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB220185105-
CMYK00.160.520.14
HSL41.74º62.16%63.73%-
HSV(B)41.74º52.27%86.27%-
XYZ49.4150.9320.59-
YUV186.3482.1152-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.14%
GREEN value IS 185 (72.66% from 255) = 36.27%
BLUE value IS 105 (41.41% from 255) = 20.59%
R=43.14%
G=36.27%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018510500.160.520.1441.7462.1663.73
HexDCB96901034E2a3e40
Octal33427115102064165276100
Binary1101110010111001110100101000011010011101010101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcb969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcb969; }

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

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

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

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

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

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

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

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