Html Css Color HEX #D3A467 Apache

📋 copy color: '#D3A467'

red 211 ◦ green 164 ◦ blue 103

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

Shades of Apache #D3A467

Tints of Apache #D3A467

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.31%

 BLUE value IS 103 (40.63% from 255) = 21.55%

R = 44.14%
G = 34.31%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D3A467 (or 0xD3A467) is known color: Apache. HEX triplet: D3, A4 and 67. RGB value is (211,164,103). Sum of RGB (Red+Green+Blue) = 211+164+103=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A467 is #2C5B98. Grayscale: #ABABAB. Windows color (decimal): -2907033 or 6792403. OLE color: 6792403.

HSL color Cylindrical-coordinate representation of color #D3A467: hue angle of 33.89º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3A467 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 164 103 -
CMYK 0 0.22 0.51 0.17
HSL 33.89º 0.55% 0.62% -
HSV(B) 33.89º 0.51% 0.83% -
XYZ 42.59 41.38 18.57 -
YUV 171.1 89.57 156.46 -
System Red Green Blue C M Y K H S L
Decimal 211 164 103 0 0.22 0.51 0.17 33.89 0.55 0.62
Hex D3 A4 67 0 16 33 11 22 37 3E
Octal 323 244 147 0 26 63 21 42 67 76
Binary 11010011 10100100 1100111 0 10110 110011 10001 100010 110111 111110

Color Harmonies of #D3A467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A467

Black with #D3A467

Text Example


Text Example

White with #D3A467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A467; }

 p { color: rgb(211,164,103); }

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

background-color css

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

 a { background-color: rgb(211,164,103); }

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

border-color css

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

 span { border-color: rgb(211,164,103); }

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