Html Css Color HEX #D4A253 Apache

📋 copy color: '#D4A253'

red 212 ◦ green 162 ◦ blue 83

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

Shades of Apache #D4A253

Tints of Apache #D4A253

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.45%

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

R = 46.39%
G = 35.45%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D4A253 (or 0xD4A253) is known color: Apache. HEX triplet: D4, A2 and 53. RGB value is (212,162,83). Sum of RGB (Red+Green+Blue) = 212+162+83=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 83 (32.81% from 255 or 18.16% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A253 is #2B5DAC. Grayscale: #A8A8A8. Windows color (decimal): -2842029 or 5481172. OLE color: 5481172.

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

Color convert

RGB 212 162 83 -
CMYK 0 0.24 0.61 0.17
HSL 36.74º 0.6% 0.58% -
HSV(B) 36.74º 0.61% 0.83% -
XYZ 41.63 40.46 13.8 -
YUV 167.94 80.07 159.42 -
System Red Green Blue C M Y K H S L
Decimal 212 162 83 0 0.24 0.61 0.17 36.74 0.6 0.58
Hex D4 A2 53 0 18 3D 11 25 3C 3A
Octal 324 242 123 0 30 75 21 45 74 72
Binary 11010100 10100010 1010011 0 11000 111101 10001 100101 111100 111010

Color Harmonies of #D4A253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A253

Black with #D4A253

Text Example


Text Example

White with #D4A253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A253; }

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

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

background-color css

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

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

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

border-color css

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

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

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