Html Css Color HEX #DCB260 Equator

📋 copy color: '#DCB260'

red 220 ◦ green 178 ◦ blue 96

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

Shades of Equator #DCB260

Tints of Equator #DCB260

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.03%

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

R = 44.53%
G = 36.03%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCB260 (or 0xDCB260) is known color: Equator. HEX triplet: DC, B2 and 60. RGB value is (220,178,96). Sum of RGB (Red+Green+Blue) = 220+178+96=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB260 is #234D9F. Grayscale: #B5B5B5. Windows color (decimal): -2313632 or 6337244. OLE color: 6337244.

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

Color convert

RGB 220 178 96 -
CMYK 0 0.19 0.56 0.14
HSL 39.68º 0.64% 0.62% -
HSV(B) 39.68º 0.56% 0.86% -
XYZ 47.55 47.9 17.81 -
YUV 181.21 79.91 155.67 -
System Red Green Blue C M Y K H S L
Decimal 220 178 96 0 0.19 0.56 0.14 39.68 0.64 0.62
Hex DC B2 60 0 13 38 E 28 40 3E
Octal 334 262 140 0 23 70 16 50 100 76
Binary 11011100 10110010 1100000 0 10011 111000 1110 101000 1000000 111110

Color Harmonies of #DCB260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB260

Black with #DCB260

Text Example


Text Example

White with #DCB260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB260; }

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

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

background-color css

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

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

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

border-color css

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

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

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