#DCB35C

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

Shades of Equator #DCB35C

Tints of Equator #DCB35C

Color information

#DCB35C (or 0xDCB35C) is unknown color: approx Equator. HEX triplet: DC, B3 and 5C. RGB value is (220,179,92). Sum of RGB (Red+Green+Blue) = 220+179+92=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB35C is #234CA3. Grayscale: #B5B5B5. Windows color (decimal): -2313380 or 6075356. OLE color: 6075356.

HSL color Cylindrical-coordinate representation of color #DCB35C: hue angle of 40.78º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCB35C is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB22017992-
CMYK00.190.580.14
HSL40.78º64.65%61.18%-
HSV(B)40.78º58.18%86.27%-
XYZ47.5748.2316.93-
YUV181.3477.58155.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.81%
GREEN value IS 179 (70.31% from 255) = 36.46%
BLUE value IS 92 (36.33% from 255) = 18.74%
R=44.81%
G=36.46%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201799200.190.580.1440.7864.6561.18
HexDCB35C0133AE29413d
Octal33426313402372165110175
Binary1101110010110011101110001001111101011101010011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB35C; }

 p { color: rgb(220,179,92); }

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

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

 a { background-color: rgb(220,179,92); }

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

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

 span { border-color: rgb(220,179,92); }

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