Html Css Color HEX #D0A55C Apache

📋 copy color: '#D0A55C'

red 208 ◦ green 165 ◦ blue 92

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

Shades of Apache #D0A55C

Tints of Apache #D0A55C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.78%

R = 44.73%
G = 35.48%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0A55C (or 0xD0A55C) is known color: Apache. HEX triplet: D0, A5 and 5C. RGB value is (208,165,92). Sum of RGB (Red+Green+Blue) = 208+165+92=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A55C is #2F5AA3. Grayscale: #A9A9A9. Windows color (decimal): -3103396 or 6071760. OLE color: 6071760.

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

Color convert

RGB 208 165 92 -
CMYK 0 0.21 0.56 0.18
HSL 37.76º 0.55% 0.59% -
HSV(B) 37.76º 0.56% 0.82% -
XYZ 41.4 41.09 15.87 -
YUV 169.54 84.25 155.44 -
System Red Green Blue C M Y K H S L
Decimal 208 165 92 0 0.21 0.56 0.18 37.76 0.55 0.59
Hex D0 A5 5C 0 15 38 12 26 37 3B
Octal 320 245 134 0 25 70 22 46 67 73
Binary 11010000 10100101 1011100 0 10101 111000 10010 100110 110111 111011

Color Harmonies of #D0A55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A55C

Black with #D0A55C

Text Example


Text Example

White with #D0A55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A55C; }

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

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

background-color css

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

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

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

border-color css

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

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

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