Html Css Color HEX #DCB35D Equator

📋 copy color: '#DCB35D'

red 220 ◦ green 179 ◦ blue 93

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

Shades of Equator #DCB35D

Tints of Equator #DCB35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.9%

R = 44.72%
G = 36.38%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCB35D (or 0xDCB35D) is known color: Equator. HEX triplet: DC, B3 and 5D. RGB value is (220,179,93). Sum of RGB (Red+Green+Blue) = 220+179+93=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB35D is #234CA2. Grayscale: #B5B5B5. Windows color (decimal): -2313379 or 6140892. OLE color: 6140892.

HSL color Cylindrical-coordinate representation of color #DCB35D: hue angle of 40.63º degrees, saturation: 0.64, 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 #DCB35D is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 179 93 -
CMYK 0 0.19 0.58 0.14
HSL 40.63º 0.64% 0.61% -
HSV(B) 40.63º 0.58% 0.86% -
XYZ 47.61 48.25 17.16 -
YUV 181.46 78.08 155.49 -
System Red Green Blue C M Y K H S L
Decimal 220 179 93 0 0.19 0.58 0.14 40.63 0.64 0.61
Hex DC B3 5D 0 13 3A E 29 40 3D
Octal 334 263 135 0 23 72 16 51 100 75
Binary 11011100 10110011 1011101 0 10011 111010 1110 101001 1000000 111101

Color Harmonies of #DCB35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB35D

Black with #DCB35D

Text Example


Text Example

White with #DCB35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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