Html Css Color HEX #D5A467 Apache

📋 copy color: '#D5A467'

red 213 ◦ green 164 ◦ blue 103

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

Shades of Apache #D5A467

Tints of Apache #D5A467

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.17%

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

R = 44.38%
G = 34.17%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D5A467 (or 0xD5A467) is known color: Apache. HEX triplet: D5, A4 and 67. RGB value is (213,164,103). Sum of RGB (Red+Green+Blue) = 213+164+103=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A467 is #2A5B98. Grayscale: #ABABAB. Windows color (decimal): -2775961 or 6792405. OLE color: 6792405.

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

Color convert

RGB 213 164 103 -
CMYK 0 0.23 0.52 0.16
HSL 33.27º 0.57% 0.62% -
HSV(B) 33.27º 0.52% 0.84% -
XYZ 43.16 41.68 18.6 -
YUV 171.7 89.23 157.46 -
System Red Green Blue C M Y K H S L
Decimal 213 164 103 0 0.23 0.52 0.16 33.27 0.57 0.62
Hex D5 A4 67 0 17 34 10 21 39 3E
Octal 325 244 147 0 27 64 20 41 71 76
Binary 11010101 10100100 1100111 0 10111 110100 10000 100001 111001 111110

Color Harmonies of #D5A467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A467

Black with #D5A467

Text Example


Text Example

White with #D5A467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A467; }

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

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

background-color css

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

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

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

border-color css

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

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

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