Html Css Color HEX #D3A751 Apache

📋 copy color: '#D3A751'

red 211 ◦ green 167 ◦ blue 81

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

Shades of Apache #D3A751

Tints of Apache #D3A751

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.38%

 BLUE value IS 81 (32.03% from 255) = 17.65%

R = 45.97%
G = 36.38%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D3A751 (or 0xD3A751) is known color: Apache. HEX triplet: D3, A7 and 51. RGB value is (211,167,81). Sum of RGB (Red+Green+Blue) = 211+167+81=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 81 (32.03% from 255 or 17.65% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A751 is #2C58AE. Grayscale: #AAAAAA. Windows color (decimal): -2906287 or 5351379. OLE color: 5351379.

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

Color convert

RGB 211 167 81 -
CMYK 0 0.21 0.62 0.17
HSL 39.69º 0.6% 0.57% -
HSV(B) 39.69º 0.62% 0.83% -
XYZ 42.17 42.08 13.68 -
YUV 170.35 77.58 156.99 -
System Red Green Blue C M Y K H S L
Decimal 211 167 81 0 0.21 0.62 0.17 39.69 0.6 0.57
Hex D3 A7 51 0 15 3E 11 28 3C 39
Octal 323 247 121 0 25 76 21 50 74 71
Binary 11010011 10100111 1010001 0 10101 111110 10001 101000 111100 111001

Color Harmonies of #D3A751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A751

Black with #D3A751

Text Example


Text Example

White with #D3A751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A751; }

 p { color: rgb(211,167,81); }

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

background-color css

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

 a { background-color: rgb(211,167,81); }

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

border-color css

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

 span { border-color: rgb(211,167,81); }

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