Html Css Color HEX #D0A167 Apache

📋 copy color: '#D0A167'

red 208 ◦ green 161 ◦ blue 103

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

Shades of Apache #D0A167

Tints of Apache #D0A167

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.11%

 BLUE value IS 103 (40.63% from 255) = 21.82%

R = 44.07%
G = 34.11%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D0A167 (or 0xD0A167) is known color: Apache. HEX triplet: D0, A1 and 67. RGB value is (208,161,103). Sum of RGB (Red+Green+Blue) = 208+161+103=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A167 is #2F5E98. Grayscale: #A8A8A8. Windows color (decimal): -3104409 or 6791632. OLE color: 6791632.

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

Color convert

RGB 208 161 103 -
CMYK 0 0.23 0.50 0.18
HSL 33.14º 0.53% 0.61% -
HSV(B) 33.14º 0.5% 0.82% -
XYZ 41.21 39.88 18.36 -
YUV 168.44 91.07 156.22 -
System Red Green Blue C M Y K H S L
Decimal 208 161 103 0 0.23 0.50 0.18 33.14 0.53 0.61
Hex D0 A1 67 0 17 32 12 21 35 3D
Octal 320 241 147 0 27 62 22 41 65 75
Binary 11010000 10100001 1100111 0 10111 110010 10010 100001 110101 111101

Color Harmonies of #D0A167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A167

Black with #D0A167

Text Example


Text Example

White with #D0A167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A167; }

 p { color: rgb(208,161,103); }

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

background-color css

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

 a { background-color: rgb(208,161,103); }

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

border-color css

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

 span { border-color: rgb(208,161,103); }

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