Html Css Color HEX #DDB380 Manhattan

📋 copy color: '#DDB380'

red 221 ◦ green 179 ◦ blue 128

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

Shades of Manhattan #DDB380

Tints of Manhattan #DDB380

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.9%

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

R = 41.86%
G = 33.9%
B = 24.24%

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

#DDB380 (or 0xDDB380) is known color: Manhattan. HEX triplet: DD, B3 and 80. RGB value is (221,179,128). Sum of RGB (Red+Green+Blue) = 221+179+128=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB380 is #224C7F. Grayscale: #B9B9B9. Windows color (decimal): -2247808 or 8434653. OLE color: 8434653.

HSL color Cylindrical-coordinate representation of color #DDB380: hue angle of 32.9º 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 #DDB380 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 179 128 -
CMYK 0 0.19 0.42 0.13
HSL 32.9º 0.58% 0.68% -
HSV(B) 32.9º 0.42% 0.87% -
XYZ 49.84 49.17 27.29 -
YUV 185.74 95.41 153.15 -
System Red Green Blue C M Y K H S L
Decimal 221 179 128 0 0.19 0.42 0.13 32.9 0.58 0.68
Hex DD B3 80 0 13 2A D 21 3A 44
Octal 335 263 200 0 23 52 15 41 72 104
Binary 11011101 10110011 10000000 0 10011 101010 1101 100001 111010 1000100

Color Harmonies of #DDB380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB380

Black with #DDB380

Text Example


Text Example

White with #DDB380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB380; }

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

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

background-color css

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

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

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

border-color css

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

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

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