Html Css Color HEX #D2A261 Apache

📋 copy color: '#D2A261'

red 210 ◦ green 162 ◦ blue 97

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

Shades of Apache #D2A261

Tints of Apache #D2A261

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.54%

 BLUE value IS 97 (38.28% from 255) = 20.68%

R = 44.78%
G = 34.54%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D2A261 (or 0xD2A261) is known color: Apache. HEX triplet: D2, A2 and 61. RGB value is (210,162,97). Sum of RGB (Red+Green+Blue) = 210+162+97=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A261 is #2D5D9E. Grayscale: #A9A9A9. Windows color (decimal): -2973087 or 6398674. OLE color: 6398674.

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

Color convert

RGB 210 162 97 -
CMYK 0 0.23 0.54 0.18
HSL 34.51º 0.56% 0.6% -
HSV(B) 34.51º 0.54% 0.82% -
XYZ 41.66 40.41 16.91 -
YUV 168.94 87.4 157.29 -
System Red Green Blue C M Y K H S L
Decimal 210 162 97 0 0.23 0.54 0.18 34.51 0.56 0.6
Hex D2 A2 61 0 17 36 12 23 38 3C
Octal 322 242 141 0 27 66 22 43 70 74
Binary 11010010 10100010 1100001 0 10111 110110 10010 100011 111000 111100

Color Harmonies of #D2A261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A261

Black with #D2A261

Text Example


Text Example

White with #D2A261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A261; }

 p { color: rgb(210,162,97); }

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

background-color css

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

 a { background-color: rgb(210,162,97); }

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

border-color css

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

 span { border-color: rgb(210,162,97); }

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