Html Css Color HEX #D5AF63 Equator

📋 copy color: '#D5AF63'

red 213 ◦ green 175 ◦ blue 99

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

Shades of Equator #D5AF63

Tints of Equator #D5AF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.33%

R = 43.74%
G = 35.93%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D5AF63 (or 0xD5AF63) is known color: Equator. HEX triplet: D5, AF and 63. RGB value is (213,175,99). Sum of RGB (Red+Green+Blue) = 213+175+99=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 99 (39.06% from 255 or 20.33% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF63 is #2A509C. Grayscale: #B2B2B2. Windows color (decimal): -2773149 or 6533077. OLE color: 6533077.

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

Color convert

RGB 213 175 99 -
CMYK 0 0.18 0.54 0.16
HSL 40º 0.58% 0.61% -
HSV(B) 40º 0.54% 0.84% -
XYZ 45.02 45.71 18.25 -
YUV 177.7 83.59 153.18 -
System Red Green Blue C M Y K H S L
Decimal 213 175 99 0 0.18 0.54 0.16 40 0.58 0.61
Hex D5 AF 63 0 12 36 10 28 3A 3D
Octal 325 257 143 0 22 66 20 50 72 75
Binary 11010101 10101111 1100011 0 10010 110110 10000 101000 111010 111101

Color Harmonies of #D5AF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AF63

Black with #D5AF63

Text Example


Text Example

White with #D5AF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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