Html Css Color HEX #D2A04D Apache

📋 copy color: '#D2A04D'

red 210 ◦ green 160 ◦ blue 77

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

Shades of Apache #D2A04D

Tints of Apache #D2A04D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.79%

 BLUE value IS 77 (30.47% from 255) = 17.23%

R = 46.98%
G = 35.79%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D2A04D (or 0xD2A04D) is known color: Apache. HEX triplet: D2, A0 and 4D. RGB value is (210,160,77). Sum of RGB (Red+Green+Blue) = 210+160+77=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A04D is #2D5FB2. Grayscale: #A5A5A5. Windows color (decimal): -2973619 or 5087442. OLE color: 5087442.

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

Color convert

RGB 210 160 77 -
CMYK 0 0.24 0.63 0.18
HSL 37.44º 0.6% 0.56% -
HSV(B) 37.44º 0.63% 0.82% -
XYZ 40.49 39.38 12.49 -
YUV 165.49 78.07 159.75 -
System Red Green Blue C M Y K H S L
Decimal 210 160 77 0 0.24 0.63 0.18 37.44 0.6 0.56
Hex D2 A0 4D 0 18 3F 12 25 3C 38
Octal 322 240 115 0 30 77 22 45 74 70
Binary 11010010 10100000 1001101 0 11000 111111 10010 100101 111100 111000

Color Harmonies of #D2A04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A04D

Black with #D2A04D

Text Example


Text Example

White with #D2A04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A04D; }

 p { color: rgb(210,160,77); }

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

background-color css

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

 a { background-color: rgb(210,160,77); }

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

border-color css

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

 span { border-color: rgb(210,160,77); }

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