Html Css Color HEX #D3A666 Apache

📋 copy color: '#D3A666'

red 211 ◦ green 166 ◦ blue 102

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

Shades of Apache #D3A666

Tints of Apache #D3A666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.29%

R = 44.05%
G = 34.66%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D3A666 (or 0xD3A666) is known color: Apache. HEX triplet: D3, A6 and 66. RGB value is (211,166,102). Sum of RGB (Red+Green+Blue) = 211+166+102=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A666 is #2C5999. Grayscale: #ACACAC. Windows color (decimal): -2906522 or 6727379. OLE color: 6727379.

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

Color convert

RGB 211 166 102 -
CMYK 0 0.21 0.52 0.17
HSL 35.23º 0.55% 0.61% -
HSV(B) 35.23º 0.52% 0.83% -
XYZ 42.9 42.08 18.43 -
YUV 172.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 211 166 102 0 0.21 0.52 0.17 35.23 0.55 0.61
Hex D3 A6 66 0 15 34 11 23 37 3D
Octal 323 246 146 0 25 64 21 43 67 75
Binary 11010011 10100110 1100110 0 10101 110100 10001 100011 110111 111101

Color Harmonies of #D3A666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A666

Black with #D3A666

Text Example


Text Example

White with #D3A666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A666; }

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

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

background-color css

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

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

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

border-color css

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

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

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