Html Css Color HEX #D6AD63 Equator

📋 copy color: '#D6AD63'

red 214 ◦ green 173 ◦ blue 99

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

Shades of Equator #D6AD63

Tints of Equator #D6AD63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.37%

R = 44.03%
G = 35.6%
B = 20.37%

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

#D6AD63 (or 0xD6AD63) is known color: Equator. HEX triplet: D6, AD and 63. RGB value is (214,173,99). Sum of RGB (Red+Green+Blue) = 214+173+99=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 99 (39.06% from 255 or 20.37% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD63 is #29529C. Grayscale: #B1B1B1. Windows color (decimal): -2708125 or 6532566. OLE color: 6532566.

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

Color convert

RGB 214 173 99 -
CMYK 0 0.19 0.54 0.16
HSL 38.61º 0.58% 0.61% -
HSV(B) 38.61º 0.54% 0.84% -
XYZ 44.93 45.08 18.14 -
YUV 176.82 84.08 154.52 -
System Red Green Blue C M Y K H S L
Decimal 214 173 99 0 0.19 0.54 0.16 38.61 0.58 0.61
Hex D6 AD 63 0 13 36 10 27 3A 3D
Octal 326 255 143 0 23 66 20 47 72 75
Binary 11010110 10101101 1100011 0 10011 110110 10000 100111 111010 111101

Color Harmonies of #D6AD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD63

Black with #D6AD63

Text Example


Text Example

White with #D6AD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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