Html Css Color HEX #DCB35F Equator

📋 copy color: '#DCB35F'

red 220 ◦ green 179 ◦ blue 95

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

Shades of Equator #DCB35F

Tints of Equator #DCB35F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.23%

R = 44.53%
G = 36.23%
B = 19.23%

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

#DCB35F (or 0xDCB35F) is known color: Equator. HEX triplet: DC, B3 and 5F. RGB value is (220,179,95). Sum of RGB (Red+Green+Blue) = 220+179+95=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 95 (37.5% from 255 or 19.23% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB35F is #234CA0. Grayscale: #B6B6B6. Windows color (decimal): -2313377 or 6271964. OLE color: 6271964.

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

Color convert

RGB 220 179 95 -
CMYK 0 0.19 0.57 0.14
HSL 40.32º 0.64% 0.62% -
HSV(B) 40.32º 0.57% 0.86% -
XYZ 47.7 48.28 17.63 -
YUV 181.68 79.08 155.33 -
System Red Green Blue C M Y K H S L
Decimal 220 179 95 0 0.19 0.57 0.14 40.32 0.64 0.62
Hex DC B3 5F 0 13 39 E 28 40 3E
Octal 334 263 137 0 23 71 16 50 100 76
Binary 11011100 10110011 1011111 0 10011 111001 1110 101000 1000000 111110

Color Harmonies of #DCB35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB35F

Black with #DCB35F

Text Example


Text Example

White with #DCB35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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