Html Css Color HEX #D5A663 Apache

📋 copy color: '#D5A663'

red 213 ◦ green 166 ◦ blue 99

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

Shades of Apache #D5A663

Tints of Apache #D5A663

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.73%

 BLUE value IS 99 (39.06% from 255) = 20.71%

R = 44.56%
G = 34.73%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D5A663 (or 0xD5A663) is known color: Apache. HEX triplet: D5, A6 and 63. RGB value is (213,166,99). Sum of RGB (Red+Green+Blue) = 213+166+99=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A663 is #2A599C. Grayscale: #ACACAC. Windows color (decimal): -2775453 or 6530773. OLE color: 6530773.

HSL color Cylindrical-coordinate representation of color #D5A663: hue angle of 35.26º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5A663 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 166 99 -
CMYK 0 0.22 0.54 0.16
HSL 35.26º 0.58% 0.61% -
HSV(B) 35.26º 0.54% 0.84% -
XYZ 43.33 42.32 17.69 -
YUV 172.42 86.57 156.95 -
System Red Green Blue C M Y K H S L
Decimal 213 166 99 0 0.22 0.54 0.16 35.26 0.58 0.61
Hex D5 A6 63 0 16 36 10 23 3A 3D
Octal 325 246 143 0 26 66 20 43 72 75
Binary 11010101 10100110 1100011 0 10110 110110 10000 100011 111010 111101

Color Harmonies of #D5A663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A663

Black with #D5A663

Text Example


Text Example

White with #D5A663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A663; }

 p { color: rgb(213,166,99); }

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

background-color css

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

 a { background-color: rgb(213,166,99); }

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

border-color css

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

 span { border-color: rgb(213,166,99); }

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