Html Css Color HEX #D0A364 Apache

📋 copy color: '#D0A364'

red 208 ◦ green 163 ◦ blue 100

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

Shades of Apache #D0A364

Tints of Apache #D0A364

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.61%

 BLUE value IS 100 (39.45% from 255) = 21.23%

R = 44.16%
G = 34.61%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D0A364 (or 0xD0A364) is known color: Apache. HEX triplet: D0, A3 and 64. RGB value is (208,163,100). Sum of RGB (Red+Green+Blue) = 208+163+100=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A364 is #2F5C9B. Grayscale: #A9A9A9. Windows color (decimal): -3103900 or 6595536. OLE color: 6595536.

HSL color Cylindrical-coordinate representation of color #D0A364: hue angle of 35º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0A364 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 163 100 -
CMYK 0 0.22 0.52 0.18
HSL 35º 0.53% 0.6% -
HSV(B) 35º 0.52% 0.82% -
XYZ 41.41 40.52 17.7 -
YUV 169.27 88.91 155.62 -
System Red Green Blue C M Y K H S L
Decimal 208 163 100 0 0.22 0.52 0.18 35 0.53 0.6
Hex D0 A3 64 0 16 34 12 23 35 3C
Octal 320 243 144 0 26 64 22 43 65 74
Binary 11010000 10100011 1100100 0 10110 110100 10010 100011 110101 111100

Color Harmonies of #D0A364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A364

Black with #D0A364

Text Example


Text Example

White with #D0A364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A364; }

 p { color: rgb(208,163,100); }

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

background-color css

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

 a { background-color: rgb(208,163,100); }

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

border-color css

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

 span { border-color: rgb(208,163,100); }

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