Html Css Color HEX #D6B060 Equator

📋 copy color: '#D6B060'

red 214 ◦ green 176 ◦ blue 96

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

Shades of Equator #D6B060

Tints of Equator #D6B060

RGB

 RED value IS 214 (83.98% from 255) = 44.03%

 GREEN value IS 176 (69.14% from 255) = 36.21%

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

R = 44.03%
G = 36.21%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D6B060 (or 0xD6B060) is known color: Equator. HEX triplet: D6, B0 and 60. RGB value is (214,176,96). Sum of RGB (Red+Green+Blue) = 214+176+96=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 96 (37.89% from 255 or 19.75% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B060 is #294F9F. Grayscale: #B2B2B2. Windows color (decimal): -2707360 or 6336726. OLE color: 6336726.

HSL color Cylindrical-coordinate representation of color #D6B060: hue angle of 40.68º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6B060 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 176 96 -
CMYK 0 0.18 0.55 0.16
HSL 40.68º 0.59% 0.61% -
HSV(B) 40.68º 0.55% 0.84% -
XYZ 45.37 46.19 17.59 -
YUV 178.24 81.59 153.5 -
System Red Green Blue C M Y K H S L
Decimal 214 176 96 0 0.18 0.55 0.16 40.68 0.59 0.61
Hex D6 B0 60 0 12 37 10 29 3B 3D
Octal 326 260 140 0 22 67 20 51 73 75
Binary 11010110 10110000 1100000 0 10010 110111 10000 101001 111011 111101

Color Harmonies of #D6B060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B060

Black with #D6B060

Text Example


Text Example

White with #D6B060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B060; }

 p { color: rgb(214,176,96); }

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

background-color css

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

 a { background-color: rgb(214,176,96); }

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

border-color css

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

 span { border-color: rgb(214,176,96); }

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