Html Css Color HEX #D9A868 Equator

📋 copy color: '#D9A868'

red 217 ◦ green 168 ◦ blue 104

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

Shades of Equator #D9A868

Tints of Equator #D9A868

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.36%

 BLUE value IS 104 (41.02% from 255) = 21.27%

R = 44.38%
G = 34.36%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D9A868 (or 0xD9A868) is known color: Equator. HEX triplet: D9, A8 and 68. RGB value is (217,168,104). Sum of RGB (Red+Green+Blue) = 217+168+104=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A868 is #265797. Grayscale: #AFAFAF. Windows color (decimal): -2512792 or 6858969. OLE color: 6858969.

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

Color convert

RGB 217 168 104 -
CMYK 0 0.23 0.52 0.15
HSL 33.98º 0.6% 0.63% -
HSV(B) 33.98º 0.52% 0.85% -
XYZ 45.12 43.76 19.16 -
YUV 175.36 87.73 157.7 -
System Red Green Blue C M Y K H S L
Decimal 217 168 104 0 0.23 0.52 0.15 33.98 0.6 0.63
Hex D9 A8 68 0 17 34 F 22 3C 3F
Octal 331 250 150 0 27 64 17 42 74 77
Binary 11011001 10101000 1101000 0 10111 110100 1111 100010 111100 111111

Color Harmonies of #D9A868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A868

Black with #D9A868

Text Example


Text Example

White with #D9A868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A868; }

 p { color: rgb(217,168,104); }

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

background-color css

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

 a { background-color: rgb(217,168,104); }

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

border-color css

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

 span { border-color: rgb(217,168,104); }

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