Html Css Color HEX #D8A874 Manhattan

📋 copy color: '#D8A874'

red 216 ◦ green 168 ◦ blue 116

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

Shades of Manhattan #D8A874

Tints of Manhattan #D8A874

RGB

 RED value IS 216 (84.77% from 255) = 43.2%

 GREEN value IS 168 (66.02% from 255) = 33.6%

 BLUE value IS 116 (45.7% from 255) = 23.2%

R = 43.2%
G = 33.6%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D8A874 (or 0xD8A874) is known color: Manhattan. HEX triplet: D8, A8 and 74. RGB value is (216,168,116). Sum of RGB (Red+Green+Blue) = 216+168+116=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A874 is #27578B. Grayscale: #B0B0B0. Windows color (decimal): -2578316 or 7645400. OLE color: 7645400.

HSL color Cylindrical-coordinate representation of color #D8A874: hue angle of 31.2º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8A874 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 168 116 -
CMYK 0 0.22 0.46 0.15
HSL 31.2º 0.56% 0.65% -
HSV(B) 31.2º 0.46% 0.85% -
XYZ 45.47 43.87 22.59 -
YUV 176.42 93.9 156.23 -
System Red Green Blue C M Y K H S L
Decimal 216 168 116 0 0.22 0.46 0.15 31.2 0.56 0.65
Hex D8 A8 74 0 16 2E F 1F 38 41
Octal 330 250 164 0 26 56 17 37 70 101
Binary 11011000 10101000 1110100 0 10110 101110 1111 11111 111000 1000001

Color Harmonies of #D8A874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A874

Black with #D8A874

Text Example


Text Example

White with #D8A874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A874; }

 p { color: rgb(216,168,116); }

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

background-color css

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

 a { background-color: rgb(216,168,116); }

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

border-color css

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

 span { border-color: rgb(216,168,116); }

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