Html Css Color HEX #D0A468 Apache

📋 copy color: '#D0A468'

red 208 ◦ green 164 ◦ blue 104

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

Shades of Apache #D0A468

Tints of Apache #D0A468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.85%

R = 43.7%
G = 34.45%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#D0A468 (or 0xD0A468) is known color: Apache. HEX triplet: D0, A4 and 68. RGB value is (208,164,104). Sum of RGB (Red+Green+Blue) = 208+164+104=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A468 is #2F5B97. Grayscale: #AAAAAA. Windows color (decimal): -3103640 or 6857936. OLE color: 6857936.

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

Color convert

RGB 208 164 104 -
CMYK 0 0.21 0.5 0.18
HSL 34.62º 0.53% 0.61% -
HSV(B) 34.62º 0.5% 0.82% -
XYZ 41.79 40.96 18.8 -
YUV 170.32 90.58 154.88 -
System Red Green Blue C M Y K H S L
Decimal 208 164 104 0 0.21 0.5 0.18 34.62 0.53 0.61
Hex D0 A4 68 0 15 32 12 23 35 3D
Octal 320 244 150 0 25 62 22 43 65 75
Binary 11010000 10100100 1101000 0 10101 110010 10010 100011 110101 111101

Color Harmonies of #D0A468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A468

Black with #D0A468

Text Example


Text Example

White with #D0A468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A468; }

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

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

background-color css

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

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

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

border-color css

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

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

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