Html Css Color HEX #DCB95C Equator

📋 copy color: '#DCB95C'

red 220 ◦ green 185 ◦ blue 92

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

Shades of Equator #DCB95C

Tints of Equator #DCB95C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.51%

R = 44.27%
G = 37.22%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCB95C (or 0xDCB95C) is known color: Equator. HEX triplet: DC, B9 and 5C. RGB value is (220,185,92). Sum of RGB (Red+Green+Blue) = 220+185+92=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB95C is #2346A3. Grayscale: #B9B9B9. Windows color (decimal): -2311844 or 6076892. OLE color: 6076892.

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

Color convert

RGB 220 185 92 -
CMYK 0 0.16 0.58 0.14
HSL 43.59º 0.65% 0.61% -
HSV(B) 43.59º 0.58% 0.86% -
XYZ 48.8 50.69 17.34 -
YUV 184.86 75.6 153.06 -
System Red Green Blue C M Y K H S L
Decimal 220 185 92 0 0.16 0.58 0.14 43.59 0.65 0.61
Hex DC B9 5C 0 10 3A E 2C 41 3D
Octal 334 271 134 0 20 72 16 54 101 75
Binary 11011100 10111001 1011100 0 10000 111010 1110 101100 1000001 111101

Color Harmonies of #DCB95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB95C

Black with #DCB95C

Text Example


Text Example

White with #DCB95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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