Html Css Color HEX #DCB960 Equator

📋 copy color: '#DCB960'

red 220 ◦ green 185 ◦ blue 96

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

Shades of Equator #DCB960

Tints of Equator #DCB960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.16%

R = 43.91%
G = 36.93%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCB960 (or 0xDCB960) is known color: Equator. HEX triplet: DC, B9 and 60. RGB value is (220,185,96). Sum of RGB (Red+Green+Blue) = 220+185+96=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB960 is #23469F. Grayscale: #B9B9B9. Windows color (decimal): -2311840 or 6339036. OLE color: 6339036.

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

Color convert

RGB 220 185 96 -
CMYK 0 0.16 0.56 0.14
HSL 43.06º 0.64% 0.62% -
HSV(B) 43.06º 0.56% 0.86% -
XYZ 48.98 50.76 18.28 -
YUV 185.32 77.6 152.74 -
System Red Green Blue C M Y K H S L
Decimal 220 185 96 0 0.16 0.56 0.14 43.06 0.64 0.62
Hex DC B9 60 0 10 38 E 2B 40 3E
Octal 334 271 140 0 20 70 16 53 100 76
Binary 11011100 10111001 1100000 0 10000 111000 1110 101011 1000000 111110

Color Harmonies of #DCB960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB960

Black with #DCB960

Text Example


Text Example

White with #DCB960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB960; }

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

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

background-color css

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

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

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

border-color css

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

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

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