Html Css Color HEX #D8A35C Apache

📋 copy color: '#D8A35C'

red 216 ◦ green 163 ◦ blue 92

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

Shades of Apache #D8A35C

Tints of Apache #D8A35C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.53%

R = 45.86%
G = 34.61%
B = 19.53%

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

#D8A35C (or 0xD8A35C) is known color: Apache. HEX triplet: D8, A3 and 5C. RGB value is (216,163,92). Sum of RGB (Red+Green+Blue) = 216+163+92=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A35C is #275CA3. Grayscale: #ABABAB. Windows color (decimal): -2579620 or 6071256. OLE color: 6071256.

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

Color convert

RGB 216 163 92 -
CMYK 0 0.25 0.57 0.15
HSL 34.35º 0.61% 0.6% -
HSV(B) 34.35º 0.57% 0.85% -
XYZ 43.35 41.57 15.86 -
YUV 170.75 83.56 160.27 -
System Red Green Blue C M Y K H S L
Decimal 216 163 92 0 0.25 0.57 0.15 34.35 0.61 0.6
Hex D8 A3 5C 0 19 39 F 22 3D 3C
Octal 330 243 134 0 31 71 17 42 75 74
Binary 11011000 10100011 1011100 0 11001 111001 1111 100010 111101 111100

Color Harmonies of #D8A35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A35C

Black with #D8A35C

Text Example


Text Example

White with #D8A35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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