Html Css Color HEX #D2A55F Apache

📋 copy color: '#D2A55F'

red 210 ◦ green 165 ◦ blue 95

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

Shades of Apache #D2A55F

Tints of Apache #D2A55F

RGB

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

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

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

R = 44.68%
G = 35.11%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2A55F (or 0xD2A55F) is known color: Apache. HEX triplet: D2, A5 and 5F. RGB value is (210,165,95). Sum of RGB (Red+Green+Blue) = 210+165+95=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A55F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A55F is #2D5AA0. Grayscale: #AAAAAA. Windows color (decimal): -2972321 or 6268370. OLE color: 6268370.

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

Color convert

RGB 210 165 95 -
CMYK 0 0.21 0.55 0.18
HSL 36.52º 0.56% 0.6% -
HSV(B) 36.52º 0.55% 0.82% -
XYZ 42.1 41.44 16.61 -
YUV 170.48 85.41 156.19 -
System Red Green Blue C M Y K H S L
Decimal 210 165 95 0 0.21 0.55 0.18 36.52 0.56 0.6
Hex D2 A5 5F 0 15 37 12 25 38 3C
Octal 322 245 137 0 25 67 22 45 70 74
Binary 11010010 10100101 1011111 0 10101 110111 10010 100101 111000 111100

Color Harmonies of #D2A55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A55F

Black with #D2A55F

Text Example


Text Example

White with #D2A55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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