Html Css Color HEX #D0A25F Apache

📋 copy color: '#D0A25F'

red 208 ◦ green 162 ◦ blue 95

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

Shades of Apache #D0A25F

Tints of Apache #D0A25F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.84%

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

R = 44.73%
G = 34.84%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0A25F (or 0xD0A25F) is known color: Apache. HEX triplet: D0, A2 and 5F. RGB value is (208,162,95). Sum of RGB (Red+Green+Blue) = 208+162+95=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A25F is #2F5DA0. Grayscale: #A8A8A8. Windows color (decimal): -3104161 or 6267600. OLE color: 6267600.

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

Color convert

RGB 208 162 95 -
CMYK 0 0.22 0.54 0.18
HSL 35.58º 0.55% 0.59% -
HSV(B) 35.58º 0.54% 0.82% -
XYZ 41 40.08 16.4 -
YUV 168.12 86.74 156.45 -
System Red Green Blue C M Y K H S L
Decimal 208 162 95 0 0.22 0.54 0.18 35.58 0.55 0.59
Hex D0 A2 5F 0 16 36 12 24 37 3B
Octal 320 242 137 0 26 66 22 44 67 73
Binary 11010000 10100010 1011111 0 10110 110110 10010 100100 110111 111011

Color Harmonies of #D0A25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A25F

Black with #D0A25F

Text Example


Text Example

White with #D0A25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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