Html Css Color HEX #D3A75A Apache

📋 copy color: '#D3A75A'

red 211 ◦ green 167 ◦ blue 90

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

Shades of Apache #D3A75A

Tints of Apache #D3A75A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.68%

 BLUE value IS 90 (35.55% from 255) = 19.23%

R = 45.09%
G = 35.68%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3A75A (or 0xD3A75A) is known color: Apache. HEX triplet: D3, A7 and 5A. RGB value is (211,167,90). Sum of RGB (Red+Green+Blue) = 211+167+90=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A75A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A75A is #2C58A5. Grayscale: #ABABAB. Windows color (decimal): -2906278 or 5941203. OLE color: 5941203.

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

Color convert

RGB 211 167 90 -
CMYK 0 0.21 0.57 0.17
HSL 38.18º 0.58% 0.59% -
HSV(B) 38.18º 0.57% 0.83% -
XYZ 42.53 42.22 15.58 -
YUV 171.38 82.08 156.26 -
System Red Green Blue C M Y K H S L
Decimal 211 167 90 0 0.21 0.57 0.17 38.18 0.58 0.59
Hex D3 A7 5A 0 15 39 11 26 3A 3B
Octal 323 247 132 0 25 71 21 46 72 73
Binary 11010011 10100111 1011010 0 10101 111001 10001 100110 111010 111011

Color Harmonies of #D3A75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A75A

Black with #D3A75A

Text Example


Text Example

White with #D3A75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A75A; }

 p { color: rgb(211,167,90); }

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

background-color css

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

 a { background-color: rgb(211,167,90); }

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

border-color css

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

 span { border-color: rgb(211,167,90); }

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