Html Css Color HEX #D4A352 Apache

📋 copy color: '#D4A352'

red 212 ◦ green 163 ◦ blue 82

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

Shades of Apache #D4A352

Tints of Apache #D4A352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.94%

R = 46.39%
G = 35.67%
B = 17.94%

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

#D4A352 (or 0xD4A352) is known color: Apache. HEX triplet: D4, A3 and 52. RGB value is (212,163,82). Sum of RGB (Red+Green+Blue) = 212+163+82=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A352 is #2B5CAD. Grayscale: #A8A8A8. Windows color (decimal): -2841774 or 5415892. OLE color: 5415892.

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

Color convert

RGB 212 163 82 -
CMYK 0 0.23 0.61 0.17
HSL 37.38º 0.6% 0.58% -
HSV(B) 37.38º 0.61% 0.83% -
XYZ 41.77 40.8 13.66 -
YUV 168.42 79.23 159.09 -
System Red Green Blue C M Y K H S L
Decimal 212 163 82 0 0.23 0.61 0.17 37.38 0.6 0.58
Hex D4 A3 52 0 17 3D 11 25 3C 3A
Octal 324 243 122 0 27 75 21 45 74 72
Binary 11010100 10100011 1010010 0 10111 111101 10001 100101 111100 111010

Color Harmonies of #D4A352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A352

Black with #D4A352

Text Example


Text Example

White with #D4A352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A352; }

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

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

background-color css

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

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

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

border-color css

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

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

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