Html Css Color HEX #D9AF67 Equator

📋 copy color: '#D9AF67'

red 217 ◦ green 175 ◦ blue 103

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

Shades of Equator #D9AF67

Tints of Equator #D9AF67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.81%

R = 43.84%
G = 35.35%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D9AF67 (or 0xD9AF67) is known color: Equator. HEX triplet: D9, AF and 67. RGB value is (217,175,103). Sum of RGB (Red+Green+Blue) = 217+175+103=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 103 (40.62% from 255 or 20.81% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF67 is #265098. Grayscale: #B3B3B3. Windows color (decimal): -2511001 or 6795225. OLE color: 6795225.

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

Color convert

RGB 217 175 103 -
CMYK 0 0.19 0.53 0.15
HSL 37.89º 0.6% 0.63% -
HSV(B) 37.89º 0.53% 0.85% -
XYZ 46.39 46.39 19.34 -
YUV 179.35 84.91 154.85 -
System Red Green Blue C M Y K H S L
Decimal 217 175 103 0 0.19 0.53 0.15 37.89 0.6 0.63
Hex D9 AF 67 0 13 35 F 26 3C 3F
Octal 331 257 147 0 23 65 17 46 74 77
Binary 11011001 10101111 1100111 0 10011 110101 1111 100110 111100 111111

Color Harmonies of #D9AF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF67

Black with #D9AF67

Text Example


Text Example

White with #D9AF67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF67; }

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

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

background-color css

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

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

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

border-color css

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

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

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