Html Css Color HEX #D0AD5F Apache

📋 copy color: '#D0AD5F'

red 208 ◦ green 173 ◦ blue 95

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

Shades of Apache #D0AD5F

Tints of Apache #D0AD5F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.34%

 BLUE value IS 95 (37.5% from 255) = 19.96%

R = 43.7%
G = 36.34%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0AD5F (or 0xD0AD5F) is known color: Apache. HEX triplet: D0, AD and 5F. RGB value is (208,173,95). Sum of RGB (Red+Green+Blue) = 208+173+95=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AD5F is #2F52A0. Grayscale: #AEAEAE. Windows color (decimal): -3101345 or 6270416. OLE color: 6270416.

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

Color convert

RGB 208 173 95 -
CMYK 0 0.17 0.54 0.18
HSL 41.42º 0.55% 0.59% -
HSV(B) 41.42º 0.54% 0.82% -
XYZ 43.02 44.12 17.08 -
YUV 174.57 83.1 151.84 -
System Red Green Blue C M Y K H S L
Decimal 208 173 95 0 0.17 0.54 0.18 41.42 0.55 0.59
Hex D0 AD 5F 0 11 36 12 29 37 3B
Octal 320 255 137 0 21 66 22 51 67 73
Binary 11010000 10101101 1011111 0 10001 110110 10010 101001 110111 111011

Color Harmonies of #D0AD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AD5F

Black with #D0AD5F

Text Example


Text Example

White with #D0AD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AD5F; }

 p { color: rgb(208,173,95); }

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

background-color css

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

 a { background-color: rgb(208,173,95); }

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

border-color css

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

 span { border-color: rgb(208,173,95); }

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