Html Css Color HEX #D5A566 Apache

📋 copy color: '#D5A566'

red 213 ◦ green 165 ◦ blue 102

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

Shades of Apache #D5A566

Tints of Apache #D5A566

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.38%

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

R = 44.38%
G = 34.38%
B = 21.25%

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

#D5A566 (or 0xD5A566) is known color: Apache. HEX triplet: D5, A5 and 66. RGB value is (213,165,102). Sum of RGB (Red+Green+Blue) = 213+165+102=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A566 is #2A5A99. Grayscale: #ACACAC. Windows color (decimal): -2775706 or 6727125. OLE color: 6727125.

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

Color convert

RGB 213 165 102 -
CMYK 0 0.23 0.52 0.16
HSL 34.05º 0.57% 0.62% -
HSV(B) 34.05º 0.52% 0.84% -
XYZ 43.29 42.02 18.4 -
YUV 172.17 88.4 157.12 -
System Red Green Blue C M Y K H S L
Decimal 213 165 102 0 0.23 0.52 0.16 34.05 0.57 0.62
Hex D5 A5 66 0 17 34 10 22 39 3E
Octal 325 245 146 0 27 64 20 42 71 76
Binary 11010101 10100101 1100110 0 10111 110100 10000 100010 111001 111110

Color Harmonies of #D5A566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A566

Black with #D5A566

Text Example


Text Example

White with #D5A566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A566; }

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

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

background-color css

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

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

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

border-color css

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

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

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