Html Css Color HEX #DDB081 Manhattan

📋 copy color: '#DDB081'

red 221 ◦ green 176 ◦ blue 129

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

Shades of Manhattan #DDB081

Tints of Manhattan #DDB081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.52%

R = 42.02%
G = 33.46%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDB081 (or 0xDDB081) is known color: Manhattan. HEX triplet: DD, B0 and 81. RGB value is (221,176,129). Sum of RGB (Red+Green+Blue) = 221+176+129=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 129 (50.78% from 255 or 24.52% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB081 is #224F7E. Grayscale: #B8B8B8. Windows color (decimal): -2248575 or 8499421. OLE color: 8499421.

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

Color convert

RGB 221 176 129 -
CMYK 0 0.20 0.42 0.13
HSL 30.65º 0.58% 0.69% -
HSV(B) 30.65º 0.42% 0.87% -
XYZ 49.31 48.01 27.44 -
YUV 184.1 96.91 154.32 -
System Red Green Blue C M Y K H S L
Decimal 221 176 129 0 0.20 0.42 0.13 30.65 0.58 0.69
Hex DD B0 81 0 14 2A D 1F 3A 45
Octal 335 260 201 0 24 52 15 37 72 105
Binary 11011101 10110000 10000001 0 10100 101010 1101 11111 111010 1000101

Color Harmonies of #DDB081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB081

Black with #DDB081

Text Example


Text Example

White with #DDB081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB081; }

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

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

background-color css

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

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

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

border-color css

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

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

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