Html Css Color HEX #D5AF66 Equator

📋 copy color: '#D5AF66'

red 213 ◦ green 175 ◦ blue 102

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

Shades of Equator #D5AF66

Tints of Equator #D5AF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.82%

R = 43.47%
G = 35.71%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D5AF66 (or 0xD5AF66) is known color: Equator. HEX triplet: D5, AF and 66. RGB value is (213,175,102). Sum of RGB (Red+Green+Blue) = 213+175+102=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF66 is #2A5099. Grayscale: #B2B2B2. Windows color (decimal): -2773146 or 6729685. OLE color: 6729685.

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

Color convert

RGB 213 175 102 -
CMYK 0 0.18 0.52 0.16
HSL 39.46º 0.57% 0.62% -
HSV(B) 39.46º 0.52% 0.84% -
XYZ 45.17 45.77 19.02 -
YUV 178.04 85.09 152.94 -
System Red Green Blue C M Y K H S L
Decimal 213 175 102 0 0.18 0.52 0.16 39.46 0.57 0.62
Hex D5 AF 66 0 12 34 10 27 39 3E
Octal 325 257 146 0 22 64 20 47 71 76
Binary 11010101 10101111 1100110 0 10010 110100 10000 100111 111001 111110

Color Harmonies of #D5AF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AF66

Black with #D5AF66

Text Example


Text Example

White with #D5AF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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