Html Css Color HEX #DDB085 Manhattan

📋 copy color: '#DDB085'

red 221 ◦ green 176 ◦ blue 133

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

Shades of Manhattan #DDB085

Tints of Manhattan #DDB085

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.21%

 BLUE value IS 133 (52.34% from 255) = 25.09%

R = 41.7%
G = 33.21%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDB085 (or 0xDDB085) is known color: Manhattan. HEX triplet: DD, B0 and 85. RGB value is (221,176,133). Sum of RGB (Red+Green+Blue) = 221+176+133=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB085 is #224F7A. Grayscale: #B8B8B8. Windows color (decimal): -2248571 or 8761565. OLE color: 8761565.

HSL color Cylindrical-coordinate representation of color #DDB085: hue angle of 29.32º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDB085 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 176 133 -
CMYK 0 0.20 0.40 0.13
HSL 29.32º 0.56% 0.69% -
HSV(B) 29.32º 0.4% 0.87% -
XYZ 49.58 48.12 28.86 -
YUV 184.55 98.91 154 -
System Red Green Blue C M Y K H S L
Decimal 221 176 133 0 0.20 0.40 0.13 29.32 0.56 0.69
Hex DD B0 85 0 14 28 D 1D 38 45
Octal 335 260 205 0 24 50 15 35 70 105
Binary 11011101 10110000 10000101 0 10100 101000 1101 11101 111000 1000101

Color Harmonies of #DDB085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB085

Black with #DDB085

Text Example


Text Example

White with #DDB085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB085; }

 p { color: rgb(221,176,133); }

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

background-color css

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

 a { background-color: rgb(221,176,133); }

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

border-color css

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

 span { border-color: rgb(221,176,133); }

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