Html Css Color HEX #D0A14C Apache

📋 copy color: '#D0A14C'

red 208 ◦ green 161 ◦ blue 76

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

Shades of Apache #D0A14C

Tints of Apache #D0A14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.08%

R = 46.74%
G = 36.18%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0A14C (or 0xD0A14C) is known color: Apache. HEX triplet: D0, A1 and 4C. RGB value is (208,161,76). Sum of RGB (Red+Green+Blue) = 208+161+76=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 76 (30.08% from 255 or 17.08% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A14C is #2F5EB3. Grayscale: #A5A5A5. Windows color (decimal): -3104436 or 5022160. OLE color: 5022160.

HSL color Cylindrical-coordinate representation of color #D0A14C: hue angle of 38.64º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0A14C is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 161 76 -
CMYK 0 0.23 0.63 0.18
HSL 38.64º 0.58% 0.56% -
HSV(B) 38.64º 0.63% 0.82% -
XYZ 40.06 39.42 12.34 -
YUV 165.36 77.57 158.41 -
System Red Green Blue C M Y K H S L
Decimal 208 161 76 0 0.23 0.63 0.18 38.64 0.58 0.56
Hex D0 A1 4C 0 17 3F 12 27 3A 38
Octal 320 241 114 0 27 77 22 47 72 70
Binary 11010000 10100001 1001100 0 10111 111111 10010 100111 111010 111000

Color Harmonies of #D0A14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A14C

Black with #D0A14C

Text Example


Text Example

White with #D0A14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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