Html Css Color HEX #D7AF5D Equator

📋 copy color: '#D7AF5D'

red 215 ◦ green 175 ◦ blue 93

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

Shades of Equator #D7AF5D

Tints of Equator #D7AF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.25%

R = 44.51%
G = 36.23%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7AF5D (or 0xD7AF5D) is known color: Equator. HEX triplet: D7, AF and 5D. RGB value is (215,175,93). Sum of RGB (Red+Green+Blue) = 215+175+93=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AF5D is #2850A2. Grayscale: #B1B1B1. Windows color (decimal): -2642083 or 6139863. OLE color: 6139863.

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

Color convert

RGB 215 175 93 -
CMYK 0 0.19 0.57 0.16
HSL 40.33º 0.6% 0.6% -
HSV(B) 40.33º 0.57% 0.84% -
XYZ 45.33 45.9 16.83 -
YUV 177.61 80.25 154.67 -
System Red Green Blue C M Y K H S L
Decimal 215 175 93 0 0.19 0.57 0.16 40.33 0.6 0.6
Hex D7 AF 5D 0 13 39 10 28 3C 3C
Octal 327 257 135 0 23 71 20 50 74 74
Binary 11010111 10101111 1011101 0 10011 111001 10000 101000 111100 111100

Color Harmonies of #D7AF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AF5D

Black with #D7AF5D

Text Example


Text Example

White with #D7AF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AF5D; }

 p { color: rgb(215,175,93); }

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

background-color css

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

 a { background-color: rgb(215,175,93); }

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

border-color css

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

 span { border-color: rgb(215,175,93); }

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