Html Css Color HEX #D2A455 Apache

📋 copy color: '#D2A455'

red 210 ◦ green 164 ◦ blue 85

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

Shades of Apache #D2A455

Tints of Apache #D2A455

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.73%

 BLUE value IS 85 (33.59% from 255) = 18.52%

R = 45.75%
G = 35.73%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D2A455 (or 0xD2A455) is known color: Apache. HEX triplet: D2, A4 and 55. RGB value is (210,164,85). Sum of RGB (Red+Green+Blue) = 210+164+85=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A455 is #2D5BAA. Grayscale: #A9A9A9. Windows color (decimal): -2972587 or 5612754. OLE color: 5612754.

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

Color convert

RGB 210 164 85 -
CMYK 0 0.22 0.60 0.18
HSL 37.92º 0.58% 0.58% -
HSV(B) 37.92º 0.6% 0.82% -
XYZ 41.49 40.91 14.3 -
YUV 168.75 80.74 157.42 -
System Red Green Blue C M Y K H S L
Decimal 210 164 85 0 0.22 0.60 0.18 37.92 0.58 0.58
Hex D2 A4 55 0 16 3C 12 26 3A 3A
Octal 322 244 125 0 26 74 22 46 72 72
Binary 11010010 10100100 1010101 0 10110 111100 10010 100110 111010 111010

Color Harmonies of #D2A455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A455

Black with #D2A455

Text Example


Text Example

White with #D2A455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A455; }

 p { color: rgb(210,164,85); }

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

background-color css

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

 a { background-color: rgb(210,164,85); }

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

border-color css

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

 span { border-color: rgb(210,164,85); }

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