Html Css Color HEX #D7AD64 Equator

📋 copy color: '#D7AD64'

red 215 ◦ green 173 ◦ blue 100

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

Shades of Equator #D7AD64

Tints of Equator #D7AD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.49%

R = 44.06%
G = 35.45%
B = 20.49%

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

#D7AD64 (or 0xD7AD64) is known color: Equator. HEX triplet: D7, AD and 64. RGB value is (215,173,100). Sum of RGB (Red+Green+Blue) = 215+173+100=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AD64 is #28529B. Grayscale: #B1B1B1. Windows color (decimal): -2642588 or 6598103. OLE color: 6598103.

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

Color convert

RGB 215 173 100 -
CMYK 0 0.20 0.53 0.16
HSL 38.09º 0.59% 0.62% -
HSV(B) 38.09º 0.53% 0.84% -
XYZ 45.27 45.25 18.41 -
YUV 177.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 215 173 100 0 0.20 0.53 0.16 38.09 0.59 0.62
Hex D7 AD 64 0 14 35 10 26 3B 3E
Octal 327 255 144 0 24 65 20 46 73 76
Binary 11010111 10101101 1100100 0 10100 110101 10000 100110 111011 111110

Color Harmonies of #D7AD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AD64

Black with #D7AD64

Text Example


Text Example

White with #D7AD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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