Html Css Color HEX #D2A554 Apache

📋 copy color: '#D2A554'

red 210 ◦ green 165 ◦ blue 84

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

Shades of Apache #D2A554

Tints of Apache #D2A554

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.95%

 BLUE value IS 84 (33.2% from 255) = 18.3%

R = 45.75%
G = 35.95%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#D2A554 (or 0xD2A554) is known color: Apache. HEX triplet: D2, A5 and 54. RGB value is (210,165,84). Sum of RGB (Red+Green+Blue) = 210+165+84=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 84 (33.20% from 255 or 18.30% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A554 is #2D5AAB. Grayscale: #A9A9A9. Windows color (decimal): -2972332 or 5547474. OLE color: 5547474.

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

Color convert

RGB 210 165 84 -
CMYK 0 0.21 0.6 0.18
HSL 38.57º 0.58% 0.58% -
HSV(B) 38.57º 0.6% 0.82% -
XYZ 41.63 41.25 14.16 -
YUV 169.22 79.91 157.09 -
System Red Green Blue C M Y K H S L
Decimal 210 165 84 0 0.21 0.6 0.18 38.57 0.58 0.58
Hex D2 A5 54 0 15 3C 12 27 3A 3A
Octal 322 245 124 0 25 74 22 47 72 72
Binary 11010010 10100101 1010100 0 10101 111100 10010 100111 111010 111010

Color Harmonies of #D2A554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A554

Black with #D2A554

Text Example


Text Example

White with #D2A554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A554; }

 p { color: rgb(210,165,84); }

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

background-color css

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

 a { background-color: rgb(210,165,84); }

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

border-color css

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

 span { border-color: rgb(210,165,84); }

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