Html Css Color HEX #D5AD58 Apache

📋 copy color: '#D5AD58'

red 213 ◦ green 173 ◦ blue 88

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

Shades of Apache #D5AD58

Tints of Apache #D5AD58

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.5%

 BLUE value IS 88 (34.77% from 255) = 18.57%

R = 44.94%
G = 36.5%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D5AD58 (or 0xD5AD58) is known color: Apache. HEX triplet: D5, AD and 58. RGB value is (213,173,88). Sum of RGB (Red+Green+Blue) = 213+173+88=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 88 (34.77% from 255 or 18.57% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD58 is #2A52A7. Grayscale: #AFAFAF. Windows color (decimal): -2773672 or 5811669. OLE color: 5811669.

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

Color convert

RGB 213 173 88 -
CMYK 0 0.19 0.59 0.16
HSL 40.8º 0.6% 0.59% -
HSV(B) 40.8º 0.59% 0.84% -
XYZ 44.15 44.74 15.54 -
YUV 175.27 78.75 154.91 -
System Red Green Blue C M Y K H S L
Decimal 213 173 88 0 0.19 0.59 0.16 40.8 0.6 0.59
Hex D5 AD 58 0 13 3B 10 29 3C 3B
Octal 325 255 130 0 23 73 20 51 74 73
Binary 11010101 10101101 1011000 0 10011 111011 10000 101001 111100 111011

Color Harmonies of #D5AD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AD58

Black with #D5AD58

Text Example


Text Example

White with #D5AD58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AD58; }

 p { color: rgb(213,173,88); }

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

background-color css

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

 a { background-color: rgb(213,173,88); }

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

border-color css

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

 span { border-color: rgb(213,173,88); }

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