Html Css Color HEX #D2A051 Apache

📋 copy color: '#D2A051'

red 210 ◦ green 160 ◦ blue 81

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

Shades of Apache #D2A051

Tints of Apache #D2A051

RGB

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

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

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

R = 46.56%
G = 35.48%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D2A051 (or 0xD2A051) is known color: Apache. HEX triplet: D2, A0 and 51. RGB value is (210,160,81). Sum of RGB (Red+Green+Blue) = 210+160+81=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 81 (32.03% from 255 or 17.96% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A051 is #2D5FAE. Grayscale: #A6A6A6. Windows color (decimal): -2973615 or 5349586. OLE color: 5349586.

HSL color Cylindrical-coordinate representation of color #D2A051: hue angle of 36.74º 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 #D2A051 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 160 81 -
CMYK 0 0.24 0.61 0.18
HSL 36.74º 0.59% 0.57% -
HSV(B) 36.74º 0.61% 0.82% -
XYZ 40.63 39.44 13.26 -
YUV 165.94 80.07 159.42 -
System Red Green Blue C M Y K H S L
Decimal 210 160 81 0 0.24 0.61 0.18 36.74 0.59 0.57
Hex D2 A0 51 0 18 3D 12 25 3B 39
Octal 322 240 121 0 30 75 22 45 73 71
Binary 11010010 10100000 1010001 0 11000 111101 10010 100101 111011 111001

Color Harmonies of #D2A051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A051

Black with #D2A051

Text Example


Text Example

White with #D2A051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A051; }

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

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

background-color css

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

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

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

border-color css

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

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

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