Html Css Color HEX #D2AD52 Apache

📋 copy color: '#D2AD52'

red 210 ◦ green 173 ◦ blue 82

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

Shades of Apache #D2AD52

Tints of Apache #D2AD52

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.2%

 BLUE value IS 82 (32.42% from 255) = 17.63%

R = 45.16%
G = 37.2%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D2AD52 (or 0xD2AD52) is known color: Apache. HEX triplet: D2, AD and 52. RGB value is (210,173,82). Sum of RGB (Red+Green+Blue) = 210+173+82=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AD52 is #2D52AD. Grayscale: #AEAEAE. Windows color (decimal): -2970286 or 5418450. OLE color: 5418450.

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

Color convert

RGB 210 173 82 -
CMYK 0 0.18 0.61 0.18
HSL 42.66º 0.59% 0.57% -
HSV(B) 42.66º 0.61% 0.82% -
XYZ 43.04 44.2 14.24 -
YUV 173.69 76.26 153.9 -
System Red Green Blue C M Y K H S L
Decimal 210 173 82 0 0.18 0.61 0.18 42.66 0.59 0.57
Hex D2 AD 52 0 12 3D 12 2B 3B 39
Octal 322 255 122 0 22 75 22 53 73 71
Binary 11010010 10101101 1010010 0 10010 111101 10010 101011 111011 111001

Color Harmonies of #D2AD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AD52

Black with #D2AD52

Text Example


Text Example

White with #D2AD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AD52; }

 p { color: rgb(210,173,82); }

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

background-color css

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

 a { background-color: rgb(210,173,82); }

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

border-color css

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

 span { border-color: rgb(210,173,82); }

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