Html Css Color HEX #D4A353 Apache

📋 copy color: '#D4A353'

red 212 ◦ green 163 ◦ blue 83

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

Shades of Apache #D4A353

Tints of Apache #D4A353

RGB

 RED value IS 212 (83.2% from 255) = 46.29%

 GREEN value IS 163 (64.06% from 255) = 35.59%

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

R = 46.29%
G = 35.59%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D4A353 (or 0xD4A353) is known color: Apache. HEX triplet: D4, A3 and 53. RGB value is (212,163,83). Sum of RGB (Red+Green+Blue) = 212+163+83=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 83 (32.81% from 255 or 18.12% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A353 is #2B5CAC. Grayscale: #A8A8A8. Windows color (decimal): -2841773 or 5481428. OLE color: 5481428.

HSL color Cylindrical-coordinate representation of color #D4A353: hue angle of 37.21º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D4A353 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 163 83 -
CMYK 0 0.23 0.61 0.17
HSL 37.21º 0.6% 0.58% -
HSV(B) 37.21º 0.61% 0.83% -
XYZ 41.81 40.82 13.86 -
YUV 168.53 79.73 159 -
System Red Green Blue C M Y K H S L
Decimal 212 163 83 0 0.23 0.61 0.17 37.21 0.6 0.58
Hex D4 A3 53 0 17 3D 11 25 3C 3A
Octal 324 243 123 0 27 75 21 45 74 72
Binary 11010100 10100011 1010011 0 10111 111101 10001 100101 111100 111010

Color Harmonies of #D4A353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A353

Black with #D4A353

Text Example


Text Example

White with #D4A353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A353; }

 p { color: rgb(212,163,83); }

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

background-color css

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

 a { background-color: rgb(212,163,83); }

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

border-color css

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

 span { border-color: rgb(212,163,83); }

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