Html Css Color HEX #D5AC5D Apache

📋 copy color: '#D5AC5D'

red 213 ◦ green 172 ◦ blue 93

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

Shades of Apache #D5AC5D

Tints of Apache #D5AC5D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.98%

 BLUE value IS 93 (36.72% from 255) = 19.46%

R = 44.56%
G = 35.98%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5AC5D (or 0xD5AC5D) is known color: Apache. HEX triplet: D5, AC and 5D. RGB value is (213,172,93). Sum of RGB (Red+Green+Blue) = 213+172+93=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AC5D is #2A53A2. Grayscale: #AFAFAF. Windows color (decimal): -2773923 or 6139093. OLE color: 6139093.

HSL color Cylindrical-coordinate representation of color #D5AC5D: hue angle of 39.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5AC5D is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 172 93 -
CMYK 0 0.19 0.56 0.16
HSL 39.5º 0.59% 0.6% -
HSV(B) 39.5º 0.56% 0.84% -
XYZ 44.17 44.44 16.61 -
YUV 175.25 81.58 154.92 -
System Red Green Blue C M Y K H S L
Decimal 213 172 93 0 0.19 0.56 0.16 39.5 0.59 0.6
Hex D5 AC 5D 0 13 38 10 28 3B 3C
Octal 325 254 135 0 23 70 20 50 73 74
Binary 11010101 10101100 1011101 0 10011 111000 10000 101000 111011 111100

Color Harmonies of #D5AC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC5D

Black with #D5AC5D

Text Example


Text Example

White with #D5AC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC5D; }

 p { color: rgb(213,172,93); }

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

background-color css

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

 a { background-color: rgb(213,172,93); }

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

border-color css

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

 span { border-color: rgb(213,172,93); }

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