Html Css Color HEX #DDB282 Manhattan

📋 copy color: '#DDB282'

red 221 ◦ green 178 ◦ blue 130

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

Shades of Manhattan #DDB282

Tints of Manhattan #DDB282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.57%

R = 41.78%
G = 33.65%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DDB282 (or 0xDDB282) is known color: Manhattan. HEX triplet: DD, B2 and 82. RGB value is (221,178,130). Sum of RGB (Red+Green+Blue) = 221+178+130=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB282 is #224D7D. Grayscale: #B9B9B9. Windows color (decimal): -2248062 or 8565469. OLE color: 8565469.

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

Color convert

RGB 221 178 130 -
CMYK 0 0.19 0.41 0.13
HSL 31.65º 0.57% 0.69% -
HSV(B) 31.65º 0.41% 0.87% -
XYZ 49.77 48.82 27.92 -
YUV 185.39 96.75 153.4 -
System Red Green Blue C M Y K H S L
Decimal 221 178 130 0 0.19 0.41 0.13 31.65 0.57 0.69
Hex DD B2 82 0 13 29 D 20 39 45
Octal 335 262 202 0 23 51 15 40 71 105
Binary 11011101 10110010 10000010 0 10011 101001 1101 100000 111001 1000101

Color Harmonies of #DDB282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB282

Black with #DDB282

Text Example


Text Example

White with #DDB282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB282; }

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

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

background-color css

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

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

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

border-color css

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

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

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