Html Css Color HEX #D6AD62 Equator

📋 copy color: '#D6AD62'

red 214 ◦ green 173 ◦ blue 98

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

Shades of Equator #D6AD62

Tints of Equator #D6AD62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.21%

R = 44.12%
G = 35.67%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D6AD62 (or 0xD6AD62) is known color: Equator. HEX triplet: D6, AD and 62. RGB value is (214,173,98). Sum of RGB (Red+Green+Blue) = 214+173+98=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD62 is #29529D. Grayscale: #B1B1B1. Windows color (decimal): -2708126 or 6467030. OLE color: 6467030.

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

Color convert

RGB 214 173 98 -
CMYK 0 0.19 0.54 0.16
HSL 38.79º 0.59% 0.61% -
HSV(B) 38.79º 0.54% 0.84% -
XYZ 44.88 45.07 17.89 -
YUV 176.71 83.58 154.6 -
System Red Green Blue C M Y K H S L
Decimal 214 173 98 0 0.19 0.54 0.16 38.79 0.59 0.61
Hex D6 AD 62 0 13 36 10 27 3B 3D
Octal 326 255 142 0 23 66 20 47 73 75
Binary 11010110 10101101 1100010 0 10011 110110 10000 100111 111011 111101

Color Harmonies of #D6AD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD62

Black with #D6AD62

Text Example


Text Example

White with #D6AD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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