Html Css Color HEX #DDB17B Manhattan

📋 copy color: '#DDB17B'

red 221 ◦ green 177 ◦ blue 123

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

Shades of Manhattan #DDB17B

Tints of Manhattan #DDB17B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.97%

 BLUE value IS 123 (48.44% from 255) = 23.61%

R = 42.42%
G = 33.97%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDB17B (or 0xDDB17B) is known color: Manhattan. HEX triplet: DD, B1 and 7B. RGB value is (221,177,123). Sum of RGB (Red+Green+Blue) = 221+177+123=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 123 (48.44% from 255 or 23.61% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB17B is #224E84. Grayscale: #B8B8B8. Windows color (decimal): -2248325 or 8106461. OLE color: 8106461.

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

Color convert

RGB 221 177 123 -
CMYK 0 0.20 0.44 0.13
HSL 33.06º 0.59% 0.67% -
HSV(B) 33.06º 0.44% 0.87% -
XYZ 49.12 48.25 25.46 -
YUV 184 93.58 154.39 -
System Red Green Blue C M Y K H S L
Decimal 221 177 123 0 0.20 0.44 0.13 33.06 0.59 0.67
Hex DD B1 7B 0 14 2C D 21 3B 43
Octal 335 261 173 0 24 54 15 41 73 103
Binary 11011101 10110001 1111011 0 10100 101100 1101 100001 111011 1000011

Color Harmonies of #DDB17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB17B

Black with #DDB17B

Text Example


Text Example

White with #DDB17B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB17B; }

 p { color: rgb(221,177,123); }

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

background-color css

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

 a { background-color: rgb(221,177,123); }

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

border-color css

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

 span { border-color: rgb(221,177,123); }

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