Html Css Color HEX #D8A35D Apache

📋 copy color: '#D8A35D'

red 216 ◦ green 163 ◦ blue 93

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

Shades of Apache #D8A35D

Tints of Apache #D8A35D

RGB

 RED value IS 216 (84.77% from 255) = 45.76%

 GREEN value IS 163 (64.06% from 255) = 34.53%

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

R = 45.76%
G = 34.53%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8A35D (or 0xD8A35D) is known color: Apache. HEX triplet: D8, A3 and 5D. RGB value is (216,163,93). Sum of RGB (Red+Green+Blue) = 216+163+93=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A35D is #275CA2. Grayscale: #ABABAB. Windows color (decimal): -2579619 or 6136792. OLE color: 6136792.

HSL color Cylindrical-coordinate representation of color #D8A35D: hue angle of 34.15º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8A35D is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 163 93 -
CMYK 0 0.25 0.57 0.15
HSL 34.15º 0.61% 0.61% -
HSV(B) 34.15º 0.57% 0.85% -
XYZ 43.39 41.58 16.1 -
YUV 170.87 84.06 160.19 -
System Red Green Blue C M Y K H S L
Decimal 216 163 93 0 0.25 0.57 0.15 34.15 0.61 0.61
Hex D8 A3 5D 0 19 39 F 22 3D 3D
Octal 330 243 135 0 31 71 17 42 75 75
Binary 11011000 10100011 1011101 0 11001 111001 1111 100010 111101 111101

Color Harmonies of #D8A35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A35D

Black with #D8A35D

Text Example


Text Example

White with #D8A35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A35D; }

 p { color: rgb(216,163,93); }

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

background-color css

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

 a { background-color: rgb(216,163,93); }

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

border-color css

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

 span { border-color: rgb(216,163,93); }

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