Html Css Color HEX #D0A95D Apache

📋 copy color: '#D0A95D'

red 208 ◦ green 169 ◦ blue 93

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

Shades of Apache #D0A95D

Tints of Apache #D0A95D

RGB

 RED value IS 208 (81.64% from 255) = 44.26%

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

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

R = 44.26%
G = 35.96%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0A95D (or 0xD0A95D) is known color: Apache. HEX triplet: D0, A9 and 5D. RGB value is (208,169,93). Sum of RGB (Red+Green+Blue) = 208+169+93=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A95D is #2F56A2. Grayscale: #ACACAC. Windows color (decimal): -3102371 or 6138320. OLE color: 6138320.

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

Color convert

RGB 208 169 93 -
CMYK 0 0.19 0.55 0.18
HSL 39.65º 0.55% 0.59% -
HSV(B) 39.65º 0.55% 0.82% -
XYZ 42.18 42.58 16.35 -
YUV 172 83.42 153.68 -
System Red Green Blue C M Y K H S L
Decimal 208 169 93 0 0.19 0.55 0.18 39.65 0.55 0.59
Hex D0 A9 5D 0 13 37 12 28 37 3B
Octal 320 251 135 0 23 67 22 50 67 73
Binary 11010000 10101001 1011101 0 10011 110111 10010 101000 110111 111011

Color Harmonies of #D0A95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A95D

Black with #D0A95D

Text Example


Text Example

White with #D0A95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A95D; }

 p { color: rgb(208,169,93); }

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

background-color css

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

 a { background-color: rgb(208,169,93); }

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

border-color css

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

 span { border-color: rgb(208,169,93); }

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