Html Css Color HEX #DDB17F Manhattan

📋 copy color: '#DDB17F'

red 221 ◦ green 177 ◦ blue 127

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

Shades of Manhattan #DDB17F

Tints of Manhattan #DDB17F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.19%

R = 42.1%
G = 33.71%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDB17F (or 0xDDB17F) is known color: Manhattan. HEX triplet: DD, B1 and 7F. RGB value is (221,177,127). Sum of RGB (Red+Green+Blue) = 221+177+127=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB17F is #224E80. Grayscale: #B8B8B8. Windows color (decimal): -2248321 or 8368605. OLE color: 8368605.

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

Color convert

RGB 221 177 127 -
CMYK 0 0.20 0.43 0.13
HSL 31.91º 0.58% 0.68% -
HSV(B) 31.91º 0.43% 0.87% -
XYZ 49.37 48.35 26.81 -
YUV 184.46 95.58 154.07 -
System Red Green Blue C M Y K H S L
Decimal 221 177 127 0 0.20 0.43 0.13 31.91 0.58 0.68
Hex DD B1 7F 0 14 2B D 20 3A 44
Octal 335 261 177 0 24 53 15 40 72 104
Binary 11011101 10110001 1111111 0 10100 101011 1101 100000 111010 1000100

Color Harmonies of #DDB17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB17F

Black with #DDB17F

Text Example


Text Example

White with #DDB17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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