Html Css Color HEX #D2A351 Apache

📋 copy color: '#D2A351'

red 210 ◦ green 163 ◦ blue 81

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

Shades of Apache #D2A351

Tints of Apache #D2A351

RGB

 RED value IS 210 (82.42% from 255) = 46.26%

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

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

R = 46.26%
G = 35.9%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D2A351 (or 0xD2A351) is known color: Apache. HEX triplet: D2, A3 and 51. RGB value is (210,163,81). Sum of RGB (Red+Green+Blue) = 210+163+81=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 81 (32.03% from 255 or 17.84% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A351 is #2D5CAE. Grayscale: #A8A8A8. Windows color (decimal): -2972847 or 5350354. OLE color: 5350354.

HSL color Cylindrical-coordinate representation of color #D2A351: hue angle of 38.14º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D2A351 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 163 81 -
CMYK 0 0.22 0.61 0.18
HSL 38.14º 0.59% 0.57% -
HSV(B) 38.14º 0.61% 0.82% -
XYZ 41.16 40.49 13.43 -
YUV 167.71 79.07 158.17 -
System Red Green Blue C M Y K H S L
Decimal 210 163 81 0 0.22 0.61 0.18 38.14 0.59 0.57
Hex D2 A3 51 0 16 3D 12 26 3B 39
Octal 322 243 121 0 26 75 22 46 73 71
Binary 11010010 10100011 1010001 0 10110 111101 10010 100110 111011 111001

Color Harmonies of #D2A351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A351

Black with #D2A351

Text Example


Text Example

White with #D2A351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A351; }

 p { color: rgb(210,163,81); }

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

background-color css

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

 a { background-color: rgb(210,163,81); }

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

border-color css

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

 span { border-color: rgb(210,163,81); }

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