Html Css Color HEX #D9A964 Equator

📋 copy color: '#D9A964'

red 217 ◦ green 169 ◦ blue 100

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

Shades of Equator #D9A964

Tints of Equator #D9A964

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.77%

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

R = 44.65%
G = 34.77%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D9A964 (or 0xD9A964) is known color: Equator. HEX triplet: D9, A9 and 64. RGB value is (217,169,100). Sum of RGB (Red+Green+Blue) = 217+169+100=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A964 is #26569B. Grayscale: #AFAFAF. Windows color (decimal): -2512540 or 6597081. OLE color: 6597081.

HSL color Cylindrical-coordinate representation of color #D9A964: hue angle of 35.38º 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 #D9A964 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 169 100 -
CMYK 0 0.22 0.54 0.15
HSL 35.38º 0.61% 0.62% -
HSV(B) 35.38º 0.54% 0.85% -
XYZ 45.1 44.05 18.18 -
YUV 175.49 85.4 157.61 -
System Red Green Blue C M Y K H S L
Decimal 217 169 100 0 0.22 0.54 0.15 35.38 0.61 0.62
Hex D9 A9 64 0 16 36 F 23 3D 3E
Octal 331 251 144 0 26 66 17 43 75 76
Binary 11011001 10101001 1100100 0 10110 110110 1111 100011 111101 111110

Color Harmonies of #D9A964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A964

Black with #D9A964

Text Example


Text Example

White with #D9A964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A964; }

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

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

background-color css

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

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

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

border-color css

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

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

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