Html Css Color HEX #D0A85B Apache

📋 copy color: '#D0A85B'

red 208 ◦ green 168 ◦ blue 91

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

Shades of Apache #D0A85B

Tints of Apache #D0A85B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.97%

 BLUE value IS 91 (35.94% from 255) = 19.49%

R = 44.54%
G = 35.97%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0A85B (or 0xD0A85B) is known color: Apache. HEX triplet: D0, A8 and 5B. RGB value is (208,168,91). Sum of RGB (Red+Green+Blue) = 208+168+91=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A85B is #2F57A4. Grayscale: #ABABAB. Windows color (decimal): -3102629 or 6006992. OLE color: 6006992.

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

Color convert

RGB 208 168 91 -
CMYK 0 0.19 0.56 0.18
HSL 39.49º 0.55% 0.59% -
HSV(B) 39.49º 0.56% 0.82% -
XYZ 41.9 42.17 15.83 -
YUV 171.18 82.75 154.26 -
System Red Green Blue C M Y K H S L
Decimal 208 168 91 0 0.19 0.56 0.18 39.49 0.55 0.59
Hex D0 A8 5B 0 13 38 12 27 37 3B
Octal 320 250 133 0 23 70 22 47 67 73
Binary 11010000 10101000 1011011 0 10011 111000 10010 100111 110111 111011

Color Harmonies of #D0A85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A85B

Black with #D0A85B

Text Example


Text Example

White with #D0A85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A85B; }

 p { color: rgb(208,168,91); }

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

background-color css

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

 a { background-color: rgb(208,168,91); }

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

border-color css

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

 span { border-color: rgb(208,168,91); }

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