Html Css Color HEX #DDB279 Manhattan

📋 copy color: '#DDB279'

red 221 ◦ green 178 ◦ blue 121

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

Shades of Manhattan #DDB279

Tints of Manhattan #DDB279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.27%

R = 42.5%
G = 34.23%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDB279 (or 0xDDB279) is known color: Manhattan. HEX triplet: DD, B2 and 79. RGB value is (221,178,121). Sum of RGB (Red+Green+Blue) = 221+178+121=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 121 (47.66% from 255 or 23.27% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB279 is #224D86. Grayscale: #B8B8B8. Windows color (decimal): -2248071 or 7975645. OLE color: 7975645.

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

Color convert

RGB 221 178 121 -
CMYK 0 0.19 0.45 0.13
HSL 34.2º 0.6% 0.67% -
HSV(B) 34.2º 0.45% 0.87% -
XYZ 49.19 48.59 24.88 -
YUV 184.36 92.25 154.13 -
System Red Green Blue C M Y K H S L
Decimal 221 178 121 0 0.19 0.45 0.13 34.2 0.6 0.67
Hex DD B2 79 0 13 2D D 22 3C 43
Octal 335 262 171 0 23 55 15 42 74 103
Binary 11011101 10110010 1111001 0 10011 101101 1101 100010 111100 1000011

Color Harmonies of #DDB279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB279

Black with #DDB279

Text Example


Text Example

White with #DDB279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB279; }

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

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

background-color css

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

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

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

border-color css

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

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

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