Html Css Color HEX #DDB280 Manhattan

📋 copy color: '#DDB280'

red 221 ◦ green 178 ◦ blue 128

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

Shades of Manhattan #DDB280

Tints of Manhattan #DDB280

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.78%

 BLUE value IS 128 (50.39% from 255) = 24.29%

R = 41.94%
G = 33.78%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDB280 (or 0xDDB280) is known color: Manhattan. HEX triplet: DD, B2 and 80. RGB value is (221,178,128). Sum of RGB (Red+Green+Blue) = 221+178+128=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB280 is #224D7F. Grayscale: #B9B9B9. Windows color (decimal): -2248064 or 8434397. OLE color: 8434397.

HSL color Cylindrical-coordinate representation of color #DDB280: hue angle of 32.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDB280 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 178 128 -
CMYK 0 0.19 0.42 0.13
HSL 32.26º 0.58% 0.68% -
HSV(B) 32.26º 0.42% 0.87% -
XYZ 49.64 48.77 27.22 -
YUV 185.16 95.75 153.57 -
System Red Green Blue C M Y K H S L
Decimal 221 178 128 0 0.19 0.42 0.13 32.26 0.58 0.68
Hex DD B2 80 0 13 2A D 20 3A 44
Octal 335 262 200 0 23 52 15 40 72 104
Binary 11011101 10110010 10000000 0 10011 101010 1101 100000 111010 1000100

Color Harmonies of #DDB280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB280

Black with #DDB280

Text Example


Text Example

White with #DDB280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB280; }

 p { color: rgb(221,178,128); }

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

background-color css

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

 a { background-color: rgb(221,178,128); }

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

border-color css

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

 span { border-color: rgb(221,178,128); }

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