Html Css Color HEX #D1A453 Apache

📋 copy color: '#D1A453'

red 209 ◦ green 164 ◦ blue 83

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

Shades of Apache #D1A453

Tints of Apache #D1A453

RGB

 RED value IS 209 (82.03% from 255) = 45.83%

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

 BLUE value IS 83 (32.81% from 255) = 18.2%

R = 45.83%
G = 35.96%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D1A453 (or 0xD1A453) is known color: Apache. HEX triplet: D1, A4 and 53. RGB value is (209,164,83). Sum of RGB (Red+Green+Blue) = 209+164+83=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A453 is #2E5BAC. Grayscale: #A8A8A8. Windows color (decimal): -3038125 or 5481681. OLE color: 5481681.

HSL color Cylindrical-coordinate representation of color #D1A453: hue angle of 38.57º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1A453 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 164 83 -
CMYK 0 0.22 0.60 0.18
HSL 38.57º 0.58% 0.57% -
HSV(B) 38.57º 0.6% 0.82% -
XYZ 41.13 40.73 13.88 -
YUV 168.22 79.91 157.09 -
System Red Green Blue C M Y K H S L
Decimal 209 164 83 0 0.22 0.60 0.18 38.57 0.58 0.57
Hex D1 A4 53 0 16 3C 12 27 3A 39
Octal 321 244 123 0 26 74 22 47 72 71
Binary 11010001 10100100 1010011 0 10110 111100 10010 100111 111010 111001

Color Harmonies of #D1A453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A453

Black with #D1A453

Text Example


Text Example

White with #D1A453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A453; }

 p { color: rgb(209,164,83); }

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

background-color css

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

 a { background-color: rgb(209,164,83); }

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

border-color css

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

 span { border-color: rgb(209,164,83); }

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