Html Css Color HEX #D3A051 Apache

📋 copy color: '#D3A051'

red 211 ◦ green 160 ◦ blue 81

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

Shades of Apache #D3A051

Tints of Apache #D3A051

RGB

 RED value IS 211 (82.81% from 255) = 46.68%

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

 BLUE value IS 81 (32.03% from 255) = 17.92%

R = 46.68%
G = 35.4%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D3A051 (or 0xD3A051) is known color: Apache. HEX triplet: D3, A0 and 51. RGB value is (211,160,81). Sum of RGB (Red+Green+Blue) = 211+160+81=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 81 (32.03% from 255 or 17.92% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A051 is #2C5FAE. Grayscale: #A6A6A6. Windows color (decimal): -2908079 or 5349587. OLE color: 5349587.

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

Color convert

RGB 211 160 81 -
CMYK 0 0.24 0.62 0.17
HSL 36.46º 0.6% 0.57% -
HSV(B) 36.46º 0.62% 0.83% -
XYZ 40.92 39.58 13.27 -
YUV 166.24 79.9 159.92 -
System Red Green Blue C M Y K H S L
Decimal 211 160 81 0 0.24 0.62 0.17 36.46 0.6 0.57
Hex D3 A0 51 0 18 3E 11 24 3C 39
Octal 323 240 121 0 30 76 21 44 74 71
Binary 11010011 10100000 1010001 0 11000 111110 10001 100100 111100 111001

Color Harmonies of #D3A051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A051

Black with #D3A051

Text Example


Text Example

White with #D3A051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A051; }

 p { color: rgb(211,160,81); }

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

background-color css

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

 a { background-color: rgb(211,160,81); }

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

border-color css

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

 span { border-color: rgb(211,160,81); }

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