Html Css Color HEX #D0A55E Apache

📋 copy color: '#D0A55E'

red 208 ◦ green 165 ◦ blue 94

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

Shades of Apache #D0A55E

Tints of Apache #D0A55E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.33%

 BLUE value IS 94 (37.11% from 255) = 20.13%

R = 44.54%
G = 35.33%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0A55E (or 0xD0A55E) is known color: Apache. HEX triplet: D0, A5 and 5E. RGB value is (208,165,94). Sum of RGB (Red+Green+Blue) = 208+165+94=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A55E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A55E is #2F5AA1. Grayscale: #AAAAAA. Windows color (decimal): -3103394 or 6202832. OLE color: 6202832.

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

Color convert

RGB 208 165 94 -
CMYK 0 0.21 0.55 0.18
HSL 37.37º 0.55% 0.59% -
HSV(B) 37.37º 0.55% 0.82% -
XYZ 41.49 41.13 16.34 -
YUV 169.76 85.25 155.27 -
System Red Green Blue C M Y K H S L
Decimal 208 165 94 0 0.21 0.55 0.18 37.37 0.55 0.59
Hex D0 A5 5E 0 15 37 12 25 37 3B
Octal 320 245 136 0 25 67 22 45 67 73
Binary 11010000 10100101 1011110 0 10101 110111 10010 100101 110111 111011

Color Harmonies of #D0A55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A55E

Black with #D0A55E

Text Example


Text Example

White with #D0A55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A55E; }

 p { color: rgb(208,165,94); }

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

background-color css

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

 a { background-color: rgb(208,165,94); }

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

border-color css

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

 span { border-color: rgb(208,165,94); }

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