Html Css Color HEX #DCB95F Equator

📋 copy color: '#DCB95F'

red 220 ◦ green 185 ◦ blue 95

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

Shades of Equator #DCB95F

Tints of Equator #DCB95F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37%

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

R = 44%
G = 37%
B = 19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DCB95F (or 0xDCB95F) is known color: Equator. HEX triplet: DC, B9 and 5F. RGB value is (220,185,95). Sum of RGB (Red+Green+Blue) = 220+185+95=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB95F is #2346A0. Grayscale: #B9B9B9. Windows color (decimal): -2311841 or 6273500. OLE color: 6273500.

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

Color convert

RGB 220 185 95 -
CMYK 0 0.16 0.57 0.14
HSL 43.2º 0.64% 0.62% -
HSV(B) 43.2º 0.57% 0.86% -
XYZ 48.93 50.74 18.04 -
YUV 185.21 77.1 152.82 -
System Red Green Blue C M Y K H S L
Decimal 220 185 95 0 0.16 0.57 0.14 43.2 0.64 0.62
Hex DC B9 5F 0 10 39 E 2B 40 3E
Octal 334 271 137 0 20 71 16 53 100 76
Binary 11011100 10111001 1011111 0 10000 111001 1110 101011 1000000 111110

Color Harmonies of #DCB95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB95F

Black with #DCB95F

Text Example


Text Example

White with #DCB95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB95F; }

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

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

background-color css

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

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

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

border-color css

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

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

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