Html Css Color HEX #D2A553 Apache

📋 copy color: '#D2A553'

red 210 ◦ green 165 ◦ blue 83

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

Shades of Apache #D2A553

Tints of Apache #D2A553

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.03%

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

R = 45.85%
G = 36.03%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D2A553 (or 0xD2A553) is known color: Apache. HEX triplet: D2, A5 and 53. RGB value is (210,165,83). Sum of RGB (Red+Green+Blue) = 210+165+83=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 83 (32.81% from 255 or 18.12% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A553 is #2D5AAC. Grayscale: #A9A9A9. Windows color (decimal): -2972333 or 5481938. OLE color: 5481938.

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

Color convert

RGB 210 165 83 -
CMYK 0 0.21 0.60 0.18
HSL 38.74º 0.59% 0.57% -
HSV(B) 38.74º 0.6% 0.82% -
XYZ 41.59 41.24 13.95 -
YUV 169.11 79.41 157.17 -
System Red Green Blue C M Y K H S L
Decimal 210 165 83 0 0.21 0.60 0.18 38.74 0.59 0.57
Hex D2 A5 53 0 15 3C 12 27 3B 39
Octal 322 245 123 0 25 74 22 47 73 71
Binary 11010010 10100101 1010011 0 10101 111100 10010 100111 111011 111001

Color Harmonies of #D2A553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A553

Black with #D2A553

Text Example


Text Example

White with #D2A553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A553; }

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

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

background-color css

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

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

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

border-color css

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

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

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