Html Css Color HEX #D7AD5F Equator

📋 copy color: '#D7AD5F'

red 215 ◦ green 173 ◦ blue 95

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

Shades of Equator #D7AD5F

Tints of Equator #D7AD5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.67%

R = 44.51%
G = 35.82%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7AD5F (or 0xD7AD5F) is known color: Equator. HEX triplet: D7, AD and 5F. RGB value is (215,173,95). Sum of RGB (Red+Green+Blue) = 215+173+95=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AD5F is #2852A0. Grayscale: #B1B1B1. Windows color (decimal): -2642593 or 6270423. OLE color: 6270423.

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

Color convert

RGB 215 173 95 -
CMYK 0 0.20 0.56 0.16
HSL 39º 0.6% 0.61% -
HSV(B) 39º 0.56% 0.84% -
XYZ 45.03 45.16 17.17 -
YUV 176.67 81.91 155.34 -
System Red Green Blue C M Y K H S L
Decimal 215 173 95 0 0.20 0.56 0.16 39 0.6 0.61
Hex D7 AD 5F 0 14 38 10 27 3C 3D
Octal 327 255 137 0 24 70 20 47 74 75
Binary 11010111 10101101 1011111 0 10100 111000 10000 100111 111100 111101

Color Harmonies of #D7AD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AD5F

Black with #D7AD5F

Text Example


Text Example

White with #D7AD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AD5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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