Html Css Color HEX #D5AF60 Equator

📋 copy color: '#D5AF60'

red 213 ◦ green 175 ◦ blue 96

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

Shades of Equator #D5AF60

Tints of Equator #D5AF60

RGB

 RED value IS 213 (83.59% from 255) = 44.01%

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

 BLUE value IS 96 (37.89% from 255) = 19.83%

R = 44.01%
G = 36.16%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5AF60 (or 0xD5AF60) is known color: Equator. HEX triplet: D5, AF and 60. RGB value is (213,175,96). Sum of RGB (Red+Green+Blue) = 213+175+96=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF60 is #2A509F. Grayscale: #B1B1B1. Windows color (decimal): -2773152 or 6336469. OLE color: 6336469.

HSL color Cylindrical-coordinate representation of color #D5AF60: hue angle of 40.51º degrees, saturation: 0.58, 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 #D5AF60 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 175 96 -
CMYK 0 0.18 0.55 0.16
HSL 40.51º 0.58% 0.61% -
HSV(B) 40.51º 0.55% 0.84% -
XYZ 44.88 45.65 17.51 -
YUV 177.36 82.09 153.42 -
System Red Green Blue C M Y K H S L
Decimal 213 175 96 0 0.18 0.55 0.16 40.51 0.58 0.61
Hex D5 AF 60 0 12 37 10 29 3A 3D
Octal 325 257 140 0 22 67 20 51 72 75
Binary 11010101 10101111 1100000 0 10010 110111 10000 101001 111010 111101

Color Harmonies of #D5AF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AF60

Black with #D5AF60

Text Example


Text Example

White with #D5AF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AF60; }

 p { color: rgb(213,175,96); }

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

background-color css

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

 a { background-color: rgb(213,175,96); }

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

border-color css

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

 span { border-color: rgb(213,175,96); }

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