Html Css Color HEX #D5A868 Apache

📋 copy color: '#D5A868'

red 213 ◦ green 168 ◦ blue 104

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

Shades of Apache #D5A868

Tints of Apache #D5A868

RGB

 RED value IS 213 (83.59% from 255) = 43.92%

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

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

R = 43.92%
G = 34.64%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D5A868 (or 0xD5A868) is known color: Apache. HEX triplet: D5, A8 and 68. RGB value is (213,168,104). Sum of RGB (Red+Green+Blue) = 213+168+104=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A868 is #2A5797. Grayscale: #AEAEAE. Windows color (decimal): -2774936 or 6858965. OLE color: 6858965.

HSL color Cylindrical-coordinate representation of color #D5A868: hue angle of 35.23º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5A868 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 168 104 -
CMYK 0 0.21 0.51 0.16
HSL 35.23º 0.56% 0.62% -
HSV(B) 35.23º 0.51% 0.84% -
XYZ 43.94 43.15 19.11 -
YUV 174.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 213 168 104 0 0.21 0.51 0.16 35.23 0.56 0.62
Hex D5 A8 68 0 15 33 10 23 38 3E
Octal 325 250 150 0 25 63 20 43 70 76
Binary 11010101 10101000 1101000 0 10101 110011 10000 100011 111000 111110

Color Harmonies of #D5A868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A868

Black with #D5A868

Text Example


Text Example

White with #D5A868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A868; }

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

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

background-color css

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

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

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

border-color css

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

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

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