Html Css Color HEX #D0A55D Apache

📋 copy color: '#D0A55D'

red 208 ◦ green 165 ◦ blue 93

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

Shades of Apache #D0A55D

Tints of Apache #D0A55D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.96%

R = 44.64%
G = 35.41%
B = 19.96%

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

#D0A55D (or 0xD0A55D) is known color: Apache. HEX triplet: D0, A5 and 5D. RGB value is (208,165,93). Sum of RGB (Red+Green+Blue) = 208+165+93=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A55D is #2F5AA2. Grayscale: #A9A9A9. Windows color (decimal): -3103395 or 6137296. OLE color: 6137296.

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

Color convert

RGB 208 165 93 -
CMYK 0 0.21 0.55 0.18
HSL 37.57º 0.55% 0.59% -
HSV(B) 37.57º 0.55% 0.82% -
XYZ 41.44 41.11 16.11 -
YUV 169.65 84.75 155.35 -
System Red Green Blue C M Y K H S L
Decimal 208 165 93 0 0.21 0.55 0.18 37.57 0.55 0.59
Hex D0 A5 5D 0 15 37 12 26 37 3B
Octal 320 245 135 0 25 67 22 46 67 73
Binary 11010000 10100101 1011101 0 10101 110111 10010 100110 110111 111011

Color Harmonies of #D0A55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A55D

Black with #D0A55D

Text Example


Text Example

White with #D0A55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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