Html Css Color HEX #DDB17A Manhattan

📋 copy color: '#DDB17A'

red 221 ◦ green 177 ◦ blue 122

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

Shades of Manhattan #DDB17A

Tints of Manhattan #DDB17A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.04%

 BLUE value IS 122 (48.05% from 255) = 23.46%

R = 42.5%
G = 34.04%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDB17A (or 0xDDB17A) is known color: Manhattan. HEX triplet: DD, B1 and 7A. RGB value is (221,177,122). Sum of RGB (Red+Green+Blue) = 221+177+122=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB17A is #224E85. Grayscale: #B8B8B8. Windows color (decimal): -2248326 or 8040925. OLE color: 8040925.

HSL color Cylindrical-coordinate representation of color #DDB17A: hue angle of 33.33º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDB17A is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 177 122 -
CMYK 0 0.20 0.45 0.13
HSL 33.33º 0.59% 0.67% -
HSV(B) 33.33º 0.45% 0.87% -
XYZ 49.05 48.22 25.13 -
YUV 183.89 93.08 154.47 -
System Red Green Blue C M Y K H S L
Decimal 221 177 122 0 0.20 0.45 0.13 33.33 0.59 0.67
Hex DD B1 7A 0 14 2D D 21 3B 43
Octal 335 261 172 0 24 55 15 41 73 103
Binary 11011101 10110001 1111010 0 10100 101101 1101 100001 111011 1000011

Color Harmonies of #DDB17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB17A

Black with #DDB17A

Text Example


Text Example

White with #DDB17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB17A; }

 p { color: rgb(221,177,122); }

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

background-color css

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

 a { background-color: rgb(221,177,122); }

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

border-color css

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

 span { border-color: rgb(221,177,122); }

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