Html Css Color HEX #D5A867 Apache

📋 copy color: '#D5A867'

red 213 ◦ green 168 ◦ blue 103

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

Shades of Apache #D5A867

Tints of Apache #D5A867

RGB

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

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

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

R = 44.01%
G = 34.71%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D5A867 (or 0xD5A867) is known color: Apache. HEX triplet: D5, A8 and 67. RGB value is (213,168,103). Sum of RGB (Red+Green+Blue) = 213+168+103=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A867 is #2A5798. Grayscale: #AEAEAE. Windows color (decimal): -2774937 or 6793429. OLE color: 6793429.

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

Color convert

RGB 213 168 103 -
CMYK 0 0.21 0.52 0.16
HSL 35.45º 0.57% 0.62% -
HSV(B) 35.45º 0.52% 0.84% -
XYZ 43.89 43.13 18.84 -
YUV 174.05 87.91 155.79 -
System Red Green Blue C M Y K H S L
Decimal 213 168 103 0 0.21 0.52 0.16 35.45 0.57 0.62
Hex D5 A8 67 0 15 34 10 23 39 3E
Octal 325 250 147 0 25 64 20 43 71 76
Binary 11010101 10101000 1100111 0 10101 110100 10000 100011 111001 111110

Color Harmonies of #D5A867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A867

Black with #D5A867

Text Example


Text Example

White with #D5A867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A867; }

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

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

background-color css

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

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

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

border-color css

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

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

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