Html Css Color HEX #D2AD53 Apache

📋 copy color: '#D2AD53'

red 210 ◦ green 173 ◦ blue 83

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

Shades of Apache #D2AD53

Tints of Apache #D2AD53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.81%

R = 45.06%
G = 37.12%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D2AD53 (or 0xD2AD53) is known color: Apache. HEX triplet: D2, AD and 53. RGB value is (210,173,83). Sum of RGB (Red+Green+Blue) = 210+173+83=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AD53 is #2D52AC. Grayscale: #AEAEAE. Windows color (decimal): -2970285 or 5483986. OLE color: 5483986.

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

Color convert

RGB 210 173 83 -
CMYK 0 0.18 0.60 0.18
HSL 42.52º 0.59% 0.57% -
HSV(B) 42.52º 0.6% 0.82% -
XYZ 43.08 44.21 14.45 -
YUV 173.8 76.76 153.82 -
System Red Green Blue C M Y K H S L
Decimal 210 173 83 0 0.18 0.60 0.18 42.52 0.59 0.57
Hex D2 AD 53 0 12 3C 12 2B 3B 39
Octal 322 255 123 0 22 74 22 53 73 71
Binary 11010010 10101101 1010011 0 10010 111100 10010 101011 111011 111001

Color Harmonies of #D2AD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AD53

Black with #D2AD53

Text Example


Text Example

White with #D2AD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AD53; }

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

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

background-color css

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

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

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

border-color css

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

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

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