Html Css Color HEX #DCB35E Equator

📋 copy color: '#DCB35E'

red 220 ◦ green 179 ◦ blue 94

#DCB35E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Equator #DCB35E

Tints of Equator #DCB35E

RGB

 RED value IS 220 (86.33% from 255) = 44.62%

 GREEN value IS 179 (70.31% from 255) = 36.31%

 BLUE value IS 94 (37.11% from 255) = 19.07%

R = 44.62%
G = 36.31%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DCB35E (or 0xDCB35E) is known color: Equator. HEX triplet: DC, B3 and 5E. RGB value is (220,179,94). Sum of RGB (Red+Green+Blue) = 220+179+94=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB35E is #234CA1. Grayscale: #B5B5B5. Windows color (decimal): -2313378 or 6206428. OLE color: 6206428.

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

Color convert

RGB 220 179 94 -
CMYK 0 0.19 0.57 0.14
HSL 40.48º 0.64% 0.62% -
HSV(B) 40.48º 0.57% 0.86% -
XYZ 47.66 48.26 17.39 -
YUV 181.57 78.58 155.41 -
System Red Green Blue C M Y K H S L
Decimal 220 179 94 0 0.19 0.57 0.14 40.48 0.64 0.62
Hex DC B3 5E 0 13 39 E 28 40 3E
Octal 334 263 136 0 23 71 16 50 100 76
Binary 11011100 10110011 1011110 0 10011 111001 1110 101000 1000000 111110

Color Harmonies of #DCB35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB35E

Black with #DCB35E

Text Example


Text Example

White with #DCB35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB35E; }

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

 H1.HeaderClassName
 {
   color: #DCB35E;
 }
 .AnyTagClassName
 {
   color: #DCB35E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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