Html Css Color HEX #D9AF69 Equator

📋 copy color: '#D9AF69'

red 217 ◦ green 175 ◦ blue 105

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

Shades of Equator #D9AF69

Tints of Equator #D9AF69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.13%

R = 43.66%
G = 35.21%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D9AF69 (or 0xD9AF69) is known color: Equator. HEX triplet: D9, AF and 69. RGB value is (217,175,105). Sum of RGB (Red+Green+Blue) = 217+175+105=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF69 is #265096. Grayscale: #B3B3B3. Windows color (decimal): -2510999 or 6926297. OLE color: 6926297.

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

Color convert

RGB 217 175 105 -
CMYK 0 0.19 0.52 0.15
HSL 37.5º 0.6% 0.63% -
HSV(B) 37.5º 0.52% 0.85% -
XYZ 46.5 46.43 19.88 -
YUV 179.58 85.91 154.69 -
System Red Green Blue C M Y K H S L
Decimal 217 175 105 0 0.19 0.52 0.15 37.5 0.6 0.63
Hex D9 AF 69 0 13 34 F 26 3C 3F
Octal 331 257 151 0 23 64 17 46 74 77
Binary 11011001 10101111 1101001 0 10011 110100 1111 100110 111100 111111

Color Harmonies of #D9AF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF69

Black with #D9AF69

Text Example


Text Example

White with #D9AF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF69; }

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

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

background-color css

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

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

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

border-color css

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

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

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