Html Css Color HEX #DDB076 Manhattan

📋 copy color: '#DDB076'

red 221 ◦ green 176 ◦ blue 118

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

Shades of Manhattan #DDB076

Tints of Manhattan #DDB076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.91%

R = 42.91%
G = 34.17%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDB076 (or 0xDDB076) is known color: Manhattan. HEX triplet: DD, B0 and 76. RGB value is (221,176,118). Sum of RGB (Red+Green+Blue) = 221+176+118=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB076 is #224F89. Grayscale: #B7B7B7. Windows color (decimal): -2248586 or 7778525. OLE color: 7778525.

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

Color convert

RGB 221 176 118 -
CMYK 0 0.20 0.47 0.13
HSL 33.79º 0.6% 0.66% -
HSV(B) 33.79º 0.47% 0.87% -
XYZ 48.61 47.73 23.79 -
YUV 182.84 91.41 155.22 -
System Red Green Blue C M Y K H S L
Decimal 221 176 118 0 0.20 0.47 0.13 33.79 0.6 0.66
Hex DD B0 76 0 14 2F D 22 3C 42
Octal 335 260 166 0 24 57 15 42 74 102
Binary 11011101 10110000 1110110 0 10100 101111 1101 100010 111100 1000010

Color Harmonies of #DDB076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB076

Black with #DDB076

Text Example


Text Example

White with #DDB076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB076; }

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

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

background-color css

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

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

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

border-color css

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

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

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