Html Css Color HEX #DDB07F Manhattan

📋 copy color: '#DDB07F'

red 221 ◦ green 176 ◦ blue 127

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

Shades of Manhattan #DDB07F

Tints of Manhattan #DDB07F

RGB

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

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

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

R = 42.18%
G = 33.59%
B = 24.24%

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

#DDB07F (or 0xDDB07F) is known color: Manhattan. HEX triplet: DD, B0 and 7F. RGB value is (221,176,127). Sum of RGB (Red+Green+Blue) = 221+176+127=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB07F is #224F80. Grayscale: #B8B8B8. Windows color (decimal): -2248577 or 8368349. OLE color: 8368349.

HSL color Cylindrical-coordinate representation of color #DDB07F: hue angle of 31.28º 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 #DDB07F is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 176 127 -
CMYK 0 0.20 0.43 0.13
HSL 31.28º 0.58% 0.68% -
HSV(B) 31.28º 0.43% 0.87% -
XYZ 49.17 47.96 26.74 -
YUV 183.87 95.91 154.48 -
System Red Green Blue C M Y K H S L
Decimal 221 176 127 0 0.20 0.43 0.13 31.28 0.58 0.68
Hex DD B0 7F 0 14 2B D 1F 3A 44
Octal 335 260 177 0 24 53 15 37 72 104
Binary 11011101 10110000 1111111 0 10100 101011 1101 11111 111010 1000100

Color Harmonies of #DDB07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB07F

Black with #DDB07F

Text Example


Text Example

White with #DDB07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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