Html Css Color HEX #D7AD66 Equator

📋 copy color: '#D7AD66'

red 215 ◦ green 173 ◦ blue 102

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

Shades of Equator #D7AD66

Tints of Equator #D7AD66

RGB

 RED value IS 215 (84.38% from 255) = 43.88%

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

 BLUE value IS 102 (40.23% from 255) = 20.82%

R = 43.88%
G = 35.31%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D7AD66 (or 0xD7AD66) is known color: Equator. HEX triplet: D7, AD and 66. RGB value is (215,173,102). Sum of RGB (Red+Green+Blue) = 215+173+102=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AD66 is #285299. Grayscale: #B1B1B1. Windows color (decimal): -2642586 or 6729175. OLE color: 6729175.

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

Color convert

RGB 215 173 102 -
CMYK 0 0.20 0.53 0.16
HSL 37.7º 0.59% 0.62% -
HSV(B) 37.7º 0.53% 0.84% -
XYZ 45.37 45.29 18.92 -
YUV 177.46 85.41 154.77 -
System Red Green Blue C M Y K H S L
Decimal 215 173 102 0 0.20 0.53 0.16 37.7 0.59 0.62
Hex D7 AD 66 0 14 35 10 26 3B 3E
Octal 327 255 146 0 24 65 20 46 73 76
Binary 11010111 10101101 1100110 0 10100 110101 10000 100110 111011 111110

Color Harmonies of #D7AD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AD66

Black with #D7AD66

Text Example


Text Example

White with #D7AD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AD66; }

 p { color: rgb(215,173,102); }

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

background-color css

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

 a { background-color: rgb(215,173,102); }

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

border-color css

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

 span { border-color: rgb(215,173,102); }

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