Html Css Color HEX #D2A35B Apache

📋 copy color: '#D2A35B'

red 210 ◦ green 163 ◦ blue 91

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

Shades of Apache #D2A35B

Tints of Apache #D2A35B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.13%

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

R = 45.26%
G = 35.13%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2A35B (or 0xD2A35B) is known color: Apache. HEX triplet: D2, A3 and 5B. RGB value is (210,163,91). Sum of RGB (Red+Green+Blue) = 210+163+91=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A35B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A35B is #2D5CA4. Grayscale: #A9A9A9. Windows color (decimal): -2972837 or 6005714. OLE color: 6005714.

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

Color convert

RGB 210 163 91 -
CMYK 0 0.22 0.57 0.18
HSL 36.3º 0.57% 0.59% -
HSV(B) 36.3º 0.57% 0.82% -
XYZ 41.56 40.65 15.55 -
YUV 168.85 84.07 157.35 -
System Red Green Blue C M Y K H S L
Decimal 210 163 91 0 0.22 0.57 0.18 36.3 0.57 0.59
Hex D2 A3 5B 0 16 39 12 24 39 3B
Octal 322 243 133 0 26 71 22 44 71 73
Binary 11010010 10100011 1011011 0 10110 111001 10010 100100 111001 111011

Color Harmonies of #D2A35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A35B

Black with #D2A35B

Text Example


Text Example

White with #D2A35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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