Html Css Color HEX #D1AF64 Equator

📋 copy color: '#D1AF64'

red 209 ◦ green 175 ◦ blue 100

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

Shades of Equator #D1AF64

Tints of Equator #D1AF64

RGB

 RED value IS 209 (82.03% from 255) = 43.18%

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

 BLUE value IS 100 (39.45% from 255) = 20.66%

R = 43.18%
G = 36.16%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D1AF64 (or 0xD1AF64) is known color: Equator. HEX triplet: D1, AF and 64. RGB value is (209,175,100). Sum of RGB (Red+Green+Blue) = 209+175+100=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AF64 is #2E509B. Grayscale: #B0B0B0. Windows color (decimal): -3035292 or 6598609. OLE color: 6598609.

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

Color convert

RGB 209 175 100 -
CMYK 0 0.16 0.52 0.18
HSL 41.28º 0.54% 0.61% -
HSV(B) 41.28º 0.52% 0.82% -
XYZ 43.92 45.14 18.45 -
YUV 176.62 84.76 151.1 -
System Red Green Blue C M Y K H S L
Decimal 209 175 100 0 0.16 0.52 0.18 41.28 0.54 0.61
Hex D1 AF 64 0 10 34 12 29 36 3D
Octal 321 257 144 0 20 64 22 51 66 75
Binary 11010001 10101111 1100100 0 10000 110100 10010 101001 110110 111101

Color Harmonies of #D1AF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF64

Black with #D1AF64

Text Example


Text Example

White with #D1AF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF64; }

 p { color: rgb(209,175,100); }

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

background-color css

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

 a { background-color: rgb(209,175,100); }

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

border-color css

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

 span { border-color: rgb(209,175,100); }

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