Html Css Color HEX #DDA874 Manhattan

📋 copy color: '#DDA874'

red 221 ◦ green 168 ◦ blue 116

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

Shades of Manhattan #DDA874

Tints of Manhattan #DDA874

RGB

 RED value IS 221 (86.72% from 255) = 43.76%

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

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

R = 43.76%
G = 33.27%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDA874 (or 0xDDA874) is known color: Manhattan. HEX triplet: DD, A8 and 74. RGB value is (221,168,116). Sum of RGB (Red+Green+Blue) = 221+168+116=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA874 is #22578B. Grayscale: #B2B2B2. Windows color (decimal): -2250636 or 7645405. OLE color: 7645405.

HSL color Cylindrical-coordinate representation of color #DDA874: hue angle of 29.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDA874 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 168 116 -
CMYK 0 0.24 0.48 0.13
HSL 29.71º 0.61% 0.66% -
HSV(B) 29.71º 0.48% 0.87% -
XYZ 46.97 44.64 22.66 -
YUV 177.92 93.06 158.73 -
System Red Green Blue C M Y K H S L
Decimal 221 168 116 0 0.24 0.48 0.13 29.71 0.61 0.66
Hex DD A8 74 0 18 30 D 1E 3D 42
Octal 335 250 164 0 30 60 15 36 75 102
Binary 11011101 10101000 1110100 0 11000 110000 1101 11110 111101 1000010

Color Harmonies of #DDA874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA874

Black with #DDA874

Text Example


Text Example

White with #DDA874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA874; }

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

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

background-color css

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

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

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

border-color css

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

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

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