Html Css Color HEX #D2A655 Apache

📋 copy color: '#D2A655'

red 210 ◦ green 166 ◦ blue 85

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

Shades of Apache #D2A655

Tints of Apache #D2A655

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.01%

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

R = 45.55%
G = 36.01%
B = 18.44%

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

#D2A655 (or 0xD2A655) is known color: Apache. HEX triplet: D2, A6 and 55. RGB value is (210,166,85). Sum of RGB (Red+Green+Blue) = 210+166+85=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A655 is #2D59AA. Grayscale: #AAAAAA. Windows color (decimal): -2972075 or 5613266. OLE color: 5613266.

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

Color convert

RGB 210 166 85 -
CMYK 0 0.21 0.60 0.18
HSL 38.88º 0.58% 0.58% -
HSV(B) 38.88º 0.6% 0.82% -
XYZ 41.85 41.63 14.42 -
YUV 169.92 80.08 156.59 -
System Red Green Blue C M Y K H S L
Decimal 210 166 85 0 0.21 0.60 0.18 38.88 0.58 0.58
Hex D2 A6 55 0 15 3C 12 27 3A 3A
Octal 322 246 125 0 25 74 22 47 72 72
Binary 11010010 10100110 1010101 0 10101 111100 10010 100111 111010 111010

Color Harmonies of #D2A655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A655

Black with #D2A655

Text Example


Text Example

White with #D2A655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A655; }

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

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

background-color css

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

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

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

border-color css

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

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

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