Html Css Color HEX #D6AF62 Equator

📋 copy color: '#D6AF62'

red 214 ◦ green 175 ◦ blue 98

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

Shades of Equator #D6AF62

Tints of Equator #D6AF62

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.93%

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

R = 43.94%
G = 35.93%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D6AF62 (or 0xD6AF62) is known color: Equator. HEX triplet: D6, AF and 62. RGB value is (214,175,98). Sum of RGB (Red+Green+Blue) = 214+175+98=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AF62 is #29509D. Grayscale: #B2B2B2. Windows color (decimal): -2707614 or 6467542. OLE color: 6467542.

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

Color convert

RGB 214 175 98 -
CMYK 0 0.18 0.54 0.16
HSL 39.83º 0.59% 0.61% -
HSV(B) 39.83º 0.54% 0.84% -
XYZ 45.27 45.84 18.02 -
YUV 177.88 82.92 153.76 -
System Red Green Blue C M Y K H S L
Decimal 214 175 98 0 0.18 0.54 0.16 39.83 0.59 0.61
Hex D6 AF 62 0 12 36 10 28 3B 3D
Octal 326 257 142 0 22 66 20 50 73 75
Binary 11010110 10101111 1100010 0 10010 110110 10000 101000 111011 111101

Color Harmonies of #D6AF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AF62

Black with #D6AF62

Text Example


Text Example

White with #D6AF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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