Html Css Color HEX #D3A65C Apache

📋 copy color: '#D3A65C'

red 211 ◦ green 166 ◦ blue 92

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

Shades of Apache #D3A65C

Tints of Apache #D3A65C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.39%

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

R = 44.99%
G = 35.39%
B = 19.62%

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

#D3A65C (or 0xD3A65C) is known color: Apache. HEX triplet: D3, A6 and 5C. RGB value is (211,166,92). Sum of RGB (Red+Green+Blue) = 211+166+92=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A65C is #2C59A3. Grayscale: #ABABAB. Windows color (decimal): -2906532 or 6072019. OLE color: 6072019.

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

Color convert

RGB 211 166 92 -
CMYK 0 0.21 0.56 0.17
HSL 37.31º 0.57% 0.59% -
HSV(B) 37.31º 0.56% 0.83% -
XYZ 42.43 41.89 15.98 -
YUV 171.02 83.41 156.52 -
System Red Green Blue C M Y K H S L
Decimal 211 166 92 0 0.21 0.56 0.17 37.31 0.57 0.59
Hex D3 A6 5C 0 15 38 11 25 39 3B
Octal 323 246 134 0 25 70 21 45 71 73
Binary 11010011 10100110 1011100 0 10101 111000 10001 100101 111001 111011

Color Harmonies of #D3A65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A65C

Black with #D3A65C

Text Example


Text Example

White with #D3A65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A65C; }

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

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

background-color css

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

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

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

border-color css

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

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

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