Html Css Color HEX #D0A463 Apache

📋 copy color: '#D0A463'

red 208 ◦ green 164 ◦ blue 99

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

Shades of Apache #D0A463

Tints of Apache #D0A463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.02%

R = 44.16%
G = 34.82%
B = 21.02%

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

#D0A463 (or 0xD0A463) is known color: Apache. HEX triplet: D0, A4 and 63. RGB value is (208,164,99). Sum of RGB (Red+Green+Blue) = 208+164+99=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 99 (39.06% from 255 or 21.02% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A463 is #2F5B9C. Grayscale: #AAAAAA. Windows color (decimal): -3103645 or 6530256. OLE color: 6530256.

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

Color convert

RGB 208 164 99 -
CMYK 0 0.21 0.52 0.18
HSL 35.78º 0.54% 0.6% -
HSV(B) 35.78º 0.52% 0.82% -
XYZ 41.54 40.86 17.5 -
YUV 169.75 88.08 155.29 -
System Red Green Blue C M Y K H S L
Decimal 208 164 99 0 0.21 0.52 0.18 35.78 0.54 0.6
Hex D0 A4 63 0 15 34 12 24 36 3C
Octal 320 244 143 0 25 64 22 44 66 74
Binary 11010000 10100100 1100011 0 10101 110100 10010 100100 110110 111100

Color Harmonies of #D0A463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A463

Black with #D0A463

Text Example


Text Example

White with #D0A463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A463; }

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

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

background-color css

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

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

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

border-color css

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

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

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