Html Css Color HEX #D8A658 Apache

📋 copy color: '#D8A658'

red 216 ◦ green 166 ◦ blue 88

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

Shades of Apache #D8A658

Tints of Apache #D8A658

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.32%

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

R = 45.96%
G = 35.32%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D8A658 (or 0xD8A658) is known color: Apache. HEX triplet: D8, A6 and 58. RGB value is (216,166,88). Sum of RGB (Red+Green+Blue) = 216+166+88=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 88 (34.77% from 255 or 18.72% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A658 is #2759A7. Grayscale: #ACACAC. Windows color (decimal): -2578856 or 5809880. OLE color: 5809880.

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

Color convert

RGB 216 166 88 -
CMYK 0 0.23 0.59 0.15
HSL 36.56º 0.62% 0.6% -
HSV(B) 36.56º 0.59% 0.85% -
XYZ 43.72 42.58 15.15 -
YUV 172.06 80.57 159.34 -
System Red Green Blue C M Y K H S L
Decimal 216 166 88 0 0.23 0.59 0.15 36.56 0.62 0.6
Hex D8 A6 58 0 17 3B F 25 3E 3C
Octal 330 246 130 0 27 73 17 45 76 74
Binary 11011000 10100110 1011000 0 10111 111011 1111 100101 111110 111100

Color Harmonies of #D8A658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A658

Black with #D8A658

Text Example


Text Example

White with #D8A658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A658; }

 p { color: rgb(216,166,88); }

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

background-color css

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

 a { background-color: rgb(216,166,88); }

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

border-color css

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

 span { border-color: rgb(216,166,88); }

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