Html Css Color HEX #D3A75C Apache

📋 copy color: '#D3A75C'

red 211 ◦ green 167 ◦ blue 92

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

Shades of Apache #D3A75C

Tints of Apache #D3A75C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.57%

R = 44.89%
G = 35.53%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D3A75C (or 0xD3A75C) is known color: Apache. HEX triplet: D3, A7 and 5C. RGB value is (211,167,92). Sum of RGB (Red+Green+Blue) = 211+167+92=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A75C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A75C is #2C58A3. Grayscale: #ABABAB. Windows color (decimal): -2906276 or 6072275. OLE color: 6072275.

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

Color convert

RGB 211 167 92 -
CMYK 0 0.21 0.56 0.17
HSL 37.82º 0.57% 0.59% -
HSV(B) 37.82º 0.56% 0.83% -
XYZ 42.61 42.26 16.04 -
YUV 171.61 83.08 156.1 -
System Red Green Blue C M Y K H S L
Decimal 211 167 92 0 0.21 0.56 0.17 37.82 0.57 0.59
Hex D3 A7 5C 0 15 38 11 26 39 3B
Octal 323 247 134 0 25 70 21 46 71 73
Binary 11010011 10100111 1011100 0 10101 111000 10001 100110 111001 111011

Color Harmonies of #D3A75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A75C

Black with #D3A75C

Text Example


Text Example

White with #D3A75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A75C; }

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

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

background-color css

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

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

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

border-color css

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

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

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