Html Css Color HEX #D8A258 Apache

📋 copy color: '#D8A258'

red 216 ◦ green 162 ◦ blue 88

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

Shades of Apache #D8A258

Tints of Apache #D8A258

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.76%

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

R = 46.35%
G = 34.76%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D8A258 (or 0xD8A258) is known color: Apache. HEX triplet: D8, A2 and 58. RGB value is (216,162,88). Sum of RGB (Red+Green+Blue) = 216+162+88=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 88 (34.77% from 255 or 18.88% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A258 is #275DA7. Grayscale: #AAAAAA. Windows color (decimal): -2579880 or 5808856. OLE color: 5808856.

HSL color Cylindrical-coordinate representation of color #D8A258: hue angle of 34.69º 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 #D8A258 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 162 88 -
CMYK 0 0.25 0.59 0.15
HSL 34.69º 0.62% 0.6% -
HSV(B) 34.69º 0.59% 0.85% -
XYZ 43 41.14 14.91 -
YUV 169.71 81.89 161.02 -
System Red Green Blue C M Y K H S L
Decimal 216 162 88 0 0.25 0.59 0.15 34.69 0.62 0.6
Hex D8 A2 58 0 19 3B F 23 3E 3C
Octal 330 242 130 0 31 73 17 43 76 74
Binary 11011000 10100010 1011000 0 11001 111011 1111 100011 111110 111100

Color Harmonies of #D8A258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A258

Black with #D8A258

Text Example


Text Example

White with #D8A258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A258; }

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

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

background-color css

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

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

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

border-color css

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

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

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