Html Css Color HEX #D5A466 Apache

📋 copy color: '#D5A466'

red 213 ◦ green 164 ◦ blue 102

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

Shades of Apache #D5A466

Tints of Apache #D5A466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.29%

R = 44.47%
G = 34.24%
B = 21.29%

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

#D5A466 (or 0xD5A466) is known color: Apache. HEX triplet: D5, A4 and 66. RGB value is (213,164,102). Sum of RGB (Red+Green+Blue) = 213+164+102=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A466 is #2A5B99. Grayscale: #ABABAB. Windows color (decimal): -2775962 or 6726869. OLE color: 6726869.

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

Color convert

RGB 213 164 102 -
CMYK 0 0.23 0.52 0.16
HSL 33.51º 0.57% 0.62% -
HSV(B) 33.51º 0.52% 0.84% -
XYZ 43.11 41.66 18.34 -
YUV 171.58 88.73 157.54 -
System Red Green Blue C M Y K H S L
Decimal 213 164 102 0 0.23 0.52 0.16 33.51 0.57 0.62
Hex D5 A4 66 0 17 34 10 22 39 3E
Octal 325 244 146 0 27 64 20 42 71 76
Binary 11010101 10100100 1100110 0 10111 110100 10000 100010 111001 111110

Color Harmonies of #D5A466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A466

Black with #D5A466

Text Example


Text Example

White with #D5A466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A466; }

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

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

background-color css

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

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

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

border-color css

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

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

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