Html Css Color HEX #D6AD60 Equator

📋 copy color: '#D6AD60'

red 214 ◦ green 173 ◦ blue 96

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

Shades of Equator #D6AD60

Tints of Equator #D6AD60

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.82%

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

R = 44.31%
G = 35.82%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D6AD60 (or 0xD6AD60) is known color: Equator. HEX triplet: D6, AD and 60. RGB value is (214,173,96). Sum of RGB (Red+Green+Blue) = 214+173+96=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD60 is #29529F. Grayscale: #B0B0B0. Windows color (decimal): -2708128 or 6335958. OLE color: 6335958.

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

Color convert

RGB 214 173 96 -
CMYK 0 0.19 0.55 0.16
HSL 39.15º 0.59% 0.61% -
HSV(B) 39.15º 0.55% 0.84% -
XYZ 44.79 45.03 17.4 -
YUV 176.48 82.58 154.76 -
System Red Green Blue C M Y K H S L
Decimal 214 173 96 0 0.19 0.55 0.16 39.15 0.59 0.61
Hex D6 AD 60 0 13 37 10 27 3B 3D
Octal 326 255 140 0 23 67 20 47 73 75
Binary 11010110 10101101 1100000 0 10011 110111 10000 100111 111011 111101

Color Harmonies of #D6AD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD60

Black with #D6AD60

Text Example


Text Example

White with #D6AD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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