Html Css Color HEX #D9AF64 Equator

📋 copy color: '#D9AF64'

red 217 ◦ green 175 ◦ blue 100

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

Shades of Equator #D9AF64

Tints of Equator #D9AF64

RGB

 RED value IS 217 (85.16% from 255) = 44.11%

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

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

R = 44.11%
G = 35.57%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D9AF64 (or 0xD9AF64) is known color: Equator. HEX triplet: D9, AF and 64. RGB value is (217,175,100). Sum of RGB (Red+Green+Blue) = 217+175+100=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF64 is #26509B. Grayscale: #B3B3B3. Windows color (decimal): -2511004 or 6598617. OLE color: 6598617.

HSL color Cylindrical-coordinate representation of color #D9AF64: hue angle of 38.46º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9AF64 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 175 100 -
CMYK 0 0.19 0.54 0.15
HSL 38.46º 0.61% 0.62% -
HSV(B) 38.46º 0.54% 0.85% -
XYZ 46.25 46.33 18.56 -
YUV 179.01 83.41 155.1 -
System Red Green Blue C M Y K H S L
Decimal 217 175 100 0 0.19 0.54 0.15 38.46 0.61 0.62
Hex D9 AF 64 0 13 36 F 26 3D 3E
Octal 331 257 144 0 23 66 17 46 75 76
Binary 11011001 10101111 1100100 0 10011 110110 1111 100110 111101 111110

Color Harmonies of #D9AF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF64

Black with #D9AF64

Text Example


Text Example

White with #D9AF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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