Html Css Color HEX #D3A062 Apache

📋 copy color: '#D3A062'

red 211 ◦ green 160 ◦ blue 98

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

Shades of Apache #D3A062

Tints of Apache #D3A062

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.12%

 BLUE value IS 98 (38.67% from 255) = 20.9%

R = 44.99%
G = 34.12%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D3A062 (or 0xD3A062) is known color: Apache. HEX triplet: D3, A0 and 62. RGB value is (211,160,98). Sum of RGB (Red+Green+Blue) = 211+160+98=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A062 is #2C5F9D. Grayscale: #A8A8A8. Windows color (decimal): -2908062 or 6463699. OLE color: 6463699.

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

Color convert

RGB 211 160 98 -
CMYK 0 0.24 0.54 0.17
HSL 32.92º 0.56% 0.61% -
HSV(B) 32.92º 0.54% 0.83% -
XYZ 41.64 39.87 17.06 -
YUV 168.18 88.4 158.54 -
System Red Green Blue C M Y K H S L
Decimal 211 160 98 0 0.24 0.54 0.17 32.92 0.56 0.61
Hex D3 A0 62 0 18 36 11 21 38 3D
Octal 323 240 142 0 30 66 21 41 70 75
Binary 11010011 10100000 1100010 0 11000 110110 10001 100001 111000 111101

Color Harmonies of #D3A062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A062

Black with #D3A062

Text Example


Text Example

White with #D3A062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A062; }

 p { color: rgb(211,160,98); }

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

background-color css

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

 a { background-color: rgb(211,160,98); }

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

border-color css

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

 span { border-color: rgb(211,160,98); }

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