Html Css Color HEX #D0A45F Apache

📋 copy color: '#D0A45F'

red 208 ◦ green 164 ◦ blue 95

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

Shades of Apache #D0A45F

Tints of Apache #D0A45F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.12%

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

R = 44.54%
G = 35.12%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0A45F (or 0xD0A45F) is known color: Apache. HEX triplet: D0, A4 and 5F. RGB value is (208,164,95). Sum of RGB (Red+Green+Blue) = 208+164+95=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A45F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A45F is #2F5BA0. Grayscale: #A9A9A9. Windows color (decimal): -3103649 or 6268112. OLE color: 6268112.

HSL color Cylindrical-coordinate representation of color #D0A45F: hue angle of 36.64º 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 #D0A45F is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 164 95 -
CMYK 0 0.21 0.54 0.18
HSL 36.64º 0.55% 0.59% -
HSV(B) 36.64º 0.54% 0.82% -
XYZ 41.35 40.79 16.52 -
YUV 169.29 86.08 155.61 -
System Red Green Blue C M Y K H S L
Decimal 208 164 95 0 0.21 0.54 0.18 36.64 0.55 0.59
Hex D0 A4 5F 0 15 36 12 25 37 3B
Octal 320 244 137 0 25 66 22 45 67 73
Binary 11010000 10100100 1011111 0 10101 110110 10010 100101 110111 111011

Color Harmonies of #D0A45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A45F

Black with #D0A45F

Text Example


Text Example

White with #D0A45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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