Html Css Color HEX #D2A24C Apache

📋 copy color: '#D2A24C'

red 210 ◦ green 162 ◦ blue 76

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

Shades of Apache #D2A24C

Tints of Apache #D2A24C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.96%

R = 46.88%
G = 36.16%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2A24C (or 0xD2A24C) is known color: Apache. HEX triplet: D2, A2 and 4C. RGB value is (210,162,76). Sum of RGB (Red+Green+Blue) = 210+162+76=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 76 (30.08% from 255 or 16.96% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A24C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A24C is #2D5DB3. Grayscale: #A6A6A6. Windows color (decimal): -2973108 or 5022418. OLE color: 5022418.

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

Color convert

RGB 210 162 76 -
CMYK 0 0.23 0.64 0.18
HSL 38.51º 0.6% 0.56% -
HSV(B) 38.51º 0.64% 0.82% -
XYZ 40.8 40.06 12.42 -
YUV 166.55 76.9 158.99 -
System Red Green Blue C M Y K H S L
Decimal 210 162 76 0 0.23 0.64 0.18 38.51 0.6 0.56
Hex D2 A2 4C 0 17 40 12 27 3C 38
Octal 322 242 114 0 27 100 22 47 74 70
Binary 11010010 10100010 1001100 0 10111 1000000 10010 100111 111100 111000

Color Harmonies of #D2A24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A24C

Black with #D2A24C

Text Example


Text Example

White with #D2A24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A24C; }

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

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

background-color css

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

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

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

border-color css

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

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

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