Html Css Color HEX #D7AF61 Equator

📋 copy color: '#D7AF61'

red 215 ◦ green 175 ◦ blue 97

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

Shades of Equator #D7AF61

Tints of Equator #D7AF61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.92%

R = 44.15%
G = 35.93%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D7AF61 (or 0xD7AF61) is known color: Equator. HEX triplet: D7, AF and 61. RGB value is (215,175,97). Sum of RGB (Red+Green+Blue) = 215+175+97=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 97 (38.28% from 255 or 19.92% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AF61 is #28509E. Grayscale: #B2B2B2. Windows color (decimal): -2642079 or 6402007. OLE color: 6402007.

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

Color convert

RGB 215 175 97 -
CMYK 0 0.19 0.55 0.16
HSL 39.66º 0.6% 0.61% -
HSV(B) 39.66º 0.55% 0.84% -
XYZ 45.51 45.97 17.78 -
YUV 178.07 82.25 154.34 -
System Red Green Blue C M Y K H S L
Decimal 215 175 97 0 0.19 0.55 0.16 39.66 0.6 0.61
Hex D7 AF 61 0 13 37 10 28 3C 3D
Octal 327 257 141 0 23 67 20 50 74 75
Binary 11010111 10101111 1100001 0 10011 110111 10000 101000 111100 111101

Color Harmonies of #D7AF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AF61

Black with #D7AF61

Text Example


Text Example

White with #D7AF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AF61; }

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

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

background-color css

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

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

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

border-color css

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

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

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