Html Css Color HEX #DDB07A Manhattan

📋 copy color: '#DDB07A'

red 221 ◦ green 176 ◦ blue 122

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

Shades of Manhattan #DDB07A

Tints of Manhattan #DDB07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.51%

R = 42.58%
G = 33.91%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDB07A (or 0xDDB07A) is known color: Manhattan. HEX triplet: DD, B0 and 7A. RGB value is (221,176,122). Sum of RGB (Red+Green+Blue) = 221+176+122=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB07A is #224F85. Grayscale: #B7B7B7. Windows color (decimal): -2248582 or 8040669. OLE color: 8040669.

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

Color convert

RGB 221 176 122 -
CMYK 0 0.20 0.45 0.13
HSL 32.73º 0.59% 0.67% -
HSV(B) 32.73º 0.45% 0.87% -
XYZ 48.86 47.83 25.07 -
YUV 183.3 93.41 154.89 -
System Red Green Blue C M Y K H S L
Decimal 221 176 122 0 0.20 0.45 0.13 32.73 0.59 0.67
Hex DD B0 7A 0 14 2D D 21 3B 43
Octal 335 260 172 0 24 55 15 41 73 103
Binary 11011101 10110000 1111010 0 10100 101101 1101 100001 111011 1000011

Color Harmonies of #DDB07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB07A

Black with #DDB07A

Text Example


Text Example

White with #DDB07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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