Html Css Color HEX #DCB460 Equator

📋 copy color: '#DCB460'

red 220 ◦ green 180 ◦ blue 96

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

Shades of Equator #DCB460

Tints of Equator #DCB460

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.29%

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

R = 44.35%
G = 36.29%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCB460 (or 0xDCB460) is known color: Equator. HEX triplet: DC, B4 and 60. RGB value is (220,180,96). Sum of RGB (Red+Green+Blue) = 220+180+96=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB460 is #234B9F. Grayscale: #B6B6B6. Windows color (decimal): -2313120 or 6337756. OLE color: 6337756.

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

Color convert

RGB 220 180 96 -
CMYK 0 0.18 0.56 0.14
HSL 40.65º 0.64% 0.62% -
HSV(B) 40.65º 0.56% 0.86% -
XYZ 47.95 48.7 17.94 -
YUV 182.38 79.25 154.83 -
System Red Green Blue C M Y K H S L
Decimal 220 180 96 0 0.18 0.56 0.14 40.65 0.64 0.62
Hex DC B4 60 0 12 38 E 29 40 3E
Octal 334 264 140 0 22 70 16 51 100 76
Binary 11011100 10110100 1100000 0 10010 111000 1110 101001 1000000 111110

Color Harmonies of #DCB460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB460

Black with #DCB460

Text Example


Text Example

White with #DCB460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB460; }

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

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

background-color css

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

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

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

border-color css

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

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

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