Html Css Color HEX #D2A359 Apache

📋 copy color: '#D2A359'

red 210 ◦ green 163 ◦ blue 89

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

Shades of Apache #D2A359

Tints of Apache #D2A359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.26%

R = 45.45%
G = 35.28%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D2A359 (or 0xD2A359) is known color: Apache. HEX triplet: D2, A3 and 59. RGB value is (210,163,89). Sum of RGB (Red+Green+Blue) = 210+163+89=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A359 is #2D5CA6. Grayscale: #A8A8A8. Windows color (decimal): -2972839 or 5874642. OLE color: 5874642.

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

Color convert

RGB 210 163 89 -
CMYK 0 0.22 0.58 0.18
HSL 36.69º 0.57% 0.59% -
HSV(B) 36.69º 0.58% 0.82% -
XYZ 41.48 40.62 15.1 -
YUV 168.62 83.07 157.52 -
System Red Green Blue C M Y K H S L
Decimal 210 163 89 0 0.22 0.58 0.18 36.69 0.57 0.59
Hex D2 A3 59 0 16 3A 12 25 39 3B
Octal 322 243 131 0 26 72 22 45 71 73
Binary 11010010 10100011 1011001 0 10110 111010 10010 100101 111001 111011

Color Harmonies of #D2A359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A359

Black with #D2A359

Text Example


Text Example

White with #D2A359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A359; }

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

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

background-color css

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

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

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

border-color css

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

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

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