Html Css Color HEX #D2A958 Apache

📋 copy color: '#D2A958'

red 210 ◦ green 169 ◦ blue 88

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

Shades of Apache #D2A958

Tints of Apache #D2A958

RGB

 RED value IS 210 (82.42% from 255) = 44.97%

 GREEN value IS 169 (66.41% from 255) = 36.19%

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

R = 44.97%
G = 36.19%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D2A958 (or 0xD2A958) is known color: Apache. HEX triplet: D2, A9 and 58. RGB value is (210,169,88). Sum of RGB (Red+Green+Blue) = 210+169+88=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A958 is #2D56A7. Grayscale: #ACACAC. Windows color (decimal): -2971304 or 5810642. OLE color: 5810642.

HSL color Cylindrical-coordinate representation of color #D2A958: hue angle of 39.84º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2A958 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 169 88 -
CMYK 0 0.20 0.58 0.18
HSL 39.84º 0.58% 0.58% -
HSV(B) 39.84º 0.58% 0.82% -
XYZ 42.53 42.78 15.25 -
YUV 172.03 80.58 155.09 -
System Red Green Blue C M Y K H S L
Decimal 210 169 88 0 0.20 0.58 0.18 39.84 0.58 0.58
Hex D2 A9 58 0 14 3A 12 28 3A 3A
Octal 322 251 130 0 24 72 22 50 72 72
Binary 11010010 10101001 1011000 0 10100 111010 10010 101000 111010 111010

Color Harmonies of #D2A958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A958

Black with #D2A958

Text Example


Text Example

White with #D2A958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A958; }

 p { color: rgb(210,169,88); }

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

background-color css

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

 a { background-color: rgb(210,169,88); }

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

border-color css

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

 span { border-color: rgb(210,169,88); }

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