Html Css Color HEX #D3A34C Apache

📋 copy color: '#D3A34C'

red 211 ◦ green 163 ◦ blue 76

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

Shades of Apache #D3A34C

Tints of Apache #D3A34C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.22%

 BLUE value IS 76 (30.08% from 255) = 16.89%

R = 46.89%
G = 36.22%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D3A34C (or 0xD3A34C) is known color: Apache. HEX triplet: D3, A3 and 4C. RGB value is (211,163,76). Sum of RGB (Red+Green+Blue) = 211+163+76=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A34C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A34C is #2C5CB3. Grayscale: #A7A7A7. Windows color (decimal): -2907316 or 5022675. OLE color: 5022675.

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

Color convert

RGB 211 163 76 -
CMYK 0 0.23 0.64 0.17
HSL 38.67º 0.61% 0.56% -
HSV(B) 38.67º 0.64% 0.83% -
XYZ 41.27 40.57 12.49 -
YUV 167.43 76.4 159.07 -
System Red Green Blue C M Y K H S L
Decimal 211 163 76 0 0.23 0.64 0.17 38.67 0.61 0.56
Hex D3 A3 4C 0 17 40 11 27 3D 38
Octal 323 243 114 0 27 100 21 47 75 70
Binary 11010011 10100011 1001100 0 10111 1000000 10001 100111 111101 111000

Color Harmonies of #D3A34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A34C

Black with #D3A34C

Text Example


Text Example

White with #D3A34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A34C; }

 p { color: rgb(211,163,76); }

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

background-color css

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

 a { background-color: rgb(211,163,76); }

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

border-color css

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

 span { border-color: rgb(211,163,76); }

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