Html Css Color HEX #DDA870 Manhattan

📋 copy color: '#DDA870'

red 221 ◦ green 168 ◦ blue 112

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

Shades of Manhattan #DDA870

Tints of Manhattan #DDA870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.36%

R = 44.11%
G = 33.53%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDA870 (or 0xDDA870) is known color: Manhattan. HEX triplet: DD, A8 and 70. RGB value is (221,168,112). Sum of RGB (Red+Green+Blue) = 221+168+112=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA870 is #22578F. Grayscale: #B1B1B1. Windows color (decimal): -2250640 or 7383261. OLE color: 7383261.

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

Color convert

RGB 221 168 112 -
CMYK 0 0.24 0.49 0.13
HSL 30.83º 0.62% 0.65% -
HSV(B) 30.83º 0.49% 0.87% -
XYZ 46.75 44.55 21.46 -
YUV 177.46 91.06 159.05 -
System Red Green Blue C M Y K H S L
Decimal 221 168 112 0 0.24 0.49 0.13 30.83 0.62 0.65
Hex DD A8 70 0 18 31 D 1F 3E 41
Octal 335 250 160 0 30 61 15 37 76 101
Binary 11011101 10101000 1110000 0 11000 110001 1101 11111 111110 1000001

Color Harmonies of #DDA870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA870

Black with #DDA870

Text Example


Text Example

White with #DDA870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA870; }

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

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

background-color css

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

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

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

border-color css

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

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

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