Html Css Color HEX #D2A35C Apache

📋 copy color: '#D2A35C'

red 210 ◦ green 163 ◦ blue 92

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

Shades of Apache #D2A35C

Tints of Apache #D2A35C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.78%

R = 45.16%
G = 35.05%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2A35C (or 0xD2A35C) is known color: Apache. HEX triplet: D2, A3 and 5C. RGB value is (210,163,92). Sum of RGB (Red+Green+Blue) = 210+163+92=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A35C is #2D5CA3. Grayscale: #A9A9A9. Windows color (decimal): -2972836 or 6071250. OLE color: 6071250.

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

Color convert

RGB 210 163 92 -
CMYK 0 0.22 0.56 0.18
HSL 36.1º 0.57% 0.59% -
HSV(B) 36.1º 0.56% 0.82% -
XYZ 41.61 40.67 15.78 -
YUV 168.96 84.57 157.27 -
System Red Green Blue C M Y K H S L
Decimal 210 163 92 0 0.22 0.56 0.18 36.1 0.57 0.59
Hex D2 A3 5C 0 16 38 12 24 39 3B
Octal 322 243 134 0 26 70 22 44 71 73
Binary 11010010 10100011 1011100 0 10110 111000 10010 100100 111001 111011

Color Harmonies of #D2A35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A35C

Black with #D2A35C

Text Example


Text Example

White with #D2A35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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