Html Css Color HEX #D0A464 Apache

📋 copy color: '#D0A464'

red 208 ◦ green 164 ◦ blue 100

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

Shades of Apache #D0A464

Tints of Apache #D0A464

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.75%

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

R = 44.07%
G = 34.75%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D0A464 (or 0xD0A464) is known color: Apache. HEX triplet: D0, A4 and 64. RGB value is (208,164,100). Sum of RGB (Red+Green+Blue) = 208+164+100=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A464 is #2F5B9B. Grayscale: #AAAAAA. Windows color (decimal): -3103644 or 6595792. OLE color: 6595792.

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

Color convert

RGB 208 164 100 -
CMYK 0 0.21 0.52 0.18
HSL 35.56º 0.53% 0.6% -
HSV(B) 35.56º 0.52% 0.82% -
XYZ 41.59 40.88 17.76 -
YUV 169.86 88.58 155.2 -
System Red Green Blue C M Y K H S L
Decimal 208 164 100 0 0.21 0.52 0.18 35.56 0.53 0.6
Hex D0 A4 64 0 15 34 12 24 35 3C
Octal 320 244 144 0 25 64 22 44 65 74
Binary 11010000 10100100 1100100 0 10101 110100 10010 100100 110101 111100

Color Harmonies of #D0A464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A464

Black with #D0A464

Text Example


Text Example

White with #D0A464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A464; }

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

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

background-color css

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

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

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

border-color css

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

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

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