Html Css Color HEX #D4A053 Apache

📋 copy color: '#D4A053'

red 212 ◦ green 160 ◦ blue 83

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

Shades of Apache #D4A053

Tints of Apache #D4A053

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.16%

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

R = 46.59%
G = 35.16%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D4A053 (or 0xD4A053) is known color: Apache. HEX triplet: D4, A0 and 53. RGB value is (212,160,83). Sum of RGB (Red+Green+Blue) = 212+160+83=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A053 is #2B5FAC. Grayscale: #A7A7A7. Windows color (decimal): -2842541 or 5480660. OLE color: 5480660.

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

Color convert

RGB 212 160 83 -
CMYK 0 0.25 0.61 0.17
HSL 35.81º 0.6% 0.58% -
HSV(B) 35.81º 0.61% 0.83% -
XYZ 41.28 39.76 13.68 -
YUV 166.77 80.73 160.26 -
System Red Green Blue C M Y K H S L
Decimal 212 160 83 0 0.25 0.61 0.17 35.81 0.6 0.58
Hex D4 A0 53 0 19 3D 11 24 3C 3A
Octal 324 240 123 0 31 75 21 44 74 72
Binary 11010100 10100000 1010011 0 11001 111101 10001 100100 111100 111010

Color Harmonies of #D4A053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A053

Black with #D4A053

Text Example


Text Example

White with #D4A053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A053; }

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

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

background-color css

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

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

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

border-color css

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

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

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