Html Css Color HEX #D2A45F Apache

📋 copy color: '#D2A45F'

red 210 ◦ green 164 ◦ blue 95

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

Shades of Apache #D2A45F

Tints of Apache #D2A45F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.97%

 BLUE value IS 95 (37.5% from 255) = 20.26%

R = 44.78%
G = 34.97%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2A45F (or 0xD2A45F) is known color: Apache. HEX triplet: D2, A4 and 5F. RGB value is (210,164,95). Sum of RGB (Red+Green+Blue) = 210+164+95=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A45F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A45F is #2D5BA0. Grayscale: #AAAAAA. Windows color (decimal): -2972577 or 6268114. OLE color: 6268114.

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

Color convert

RGB 210 164 95 -
CMYK 0 0.22 0.55 0.18
HSL 36º 0.56% 0.6% -
HSV(B) 36º 0.55% 0.82% -
XYZ 41.92 41.08 16.55 -
YUV 169.89 85.74 156.61 -
System Red Green Blue C M Y K H S L
Decimal 210 164 95 0 0.22 0.55 0.18 36 0.56 0.6
Hex D2 A4 5F 0 16 37 12 24 38 3C
Octal 322 244 137 0 26 67 22 44 70 74
Binary 11010010 10100100 1011111 0 10110 110111 10010 100100 111000 111100

Color Harmonies of #D2A45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A45F

Black with #D2A45F

Text Example


Text Example

White with #D2A45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A45F; }

 p { color: rgb(210,164,95); }

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

background-color css

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

 a { background-color: rgb(210,164,95); }

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

border-color css

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

 span { border-color: rgb(210,164,95); }

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