Html Css Color HEX #D3A058 Apache

📋 copy color: '#D3A058'

red 211 ◦ green 160 ◦ blue 88

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

Shades of Apache #D3A058

Tints of Apache #D3A058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.17%

R = 45.97%
G = 34.86%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D3A058 (or 0xD3A058) is known color: Apache. HEX triplet: D3, A0 and 58. RGB value is (211,160,88). Sum of RGB (Red+Green+Blue) = 211+160+88=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A058 is #2C5FA7. Grayscale: #A7A7A7. Windows color (decimal): -2908072 or 5808339. OLE color: 5808339.

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

Color convert

RGB 211 160 88 -
CMYK 0 0.24 0.58 0.17
HSL 35.12º 0.58% 0.59% -
HSV(B) 35.12º 0.58% 0.83% -
XYZ 41.2 39.7 14.72 -
YUV 167.04 83.4 159.35 -
System Red Green Blue C M Y K H S L
Decimal 211 160 88 0 0.24 0.58 0.17 35.12 0.58 0.59
Hex D3 A0 58 0 18 3A 11 23 3A 3B
Octal 323 240 130 0 30 72 21 43 72 73
Binary 11010011 10100000 1011000 0 11000 111010 10001 100011 111010 111011

Color Harmonies of #D3A058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A058

Black with #D3A058

Text Example


Text Example

White with #D3A058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A058; }

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

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

background-color css

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

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

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

border-color css

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

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

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