Html Css Color HEX #D2A55B Apache

📋 copy color: '#D2A55B'

red 210 ◦ green 165 ◦ blue 91

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

Shades of Apache #D2A55B

Tints of Apache #D2A55B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.53%

R = 45.06%
G = 35.41%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2A55B (or 0xD2A55B) is known color: Apache. HEX triplet: D2, A5 and 5B. RGB value is (210,165,91). Sum of RGB (Red+Green+Blue) = 210+165+91=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A55B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A55B is #2D5AA4. Grayscale: #AAAAAA. Windows color (decimal): -2972325 or 6006226. OLE color: 6006226.

HSL color Cylindrical-coordinate representation of color #D2A55B: hue angle of 37.31º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2A55B is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 165 91 -
CMYK 0 0.21 0.57 0.18
HSL 37.31º 0.57% 0.59% -
HSV(B) 37.31º 0.57% 0.82% -
XYZ 41.92 41.37 15.67 -
YUV 170.02 83.41 156.52 -
System Red Green Blue C M Y K H S L
Decimal 210 165 91 0 0.21 0.57 0.18 37.31 0.57 0.59
Hex D2 A5 5B 0 15 39 12 25 39 3B
Octal 322 245 133 0 25 71 22 45 71 73
Binary 11010010 10100101 1011011 0 10101 111001 10010 100101 111001 111011

Color Harmonies of #D2A55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A55B

Black with #D2A55B

Text Example


Text Example

White with #D2A55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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