Html Css Color HEX #DDB276 Manhattan

📋 copy color: '#DDB276'

red 221 ◦ green 178 ◦ blue 118

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

Shades of Manhattan #DDB276

Tints of Manhattan #DDB276

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.43%

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

R = 42.75%
G = 34.43%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDB276 (or 0xDDB276) is known color: Manhattan. HEX triplet: DD, B2 and 76. RGB value is (221,178,118). Sum of RGB (Red+Green+Blue) = 221+178+118=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 118 (46.48% from 255 or 22.82% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB276 is #224D89. Grayscale: #B8B8B8. Windows color (decimal): -2248074 or 7779037. OLE color: 7779037.

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

Color convert

RGB 221 178 118 -
CMYK 0 0.19 0.47 0.13
HSL 34.95º 0.6% 0.66% -
HSV(B) 34.95º 0.47% 0.87% -
XYZ 49.01 48.52 23.92 -
YUV 184.02 90.75 154.38 -
System Red Green Blue C M Y K H S L
Decimal 221 178 118 0 0.19 0.47 0.13 34.95 0.6 0.66
Hex DD B2 76 0 13 2F D 23 3C 42
Octal 335 262 166 0 23 57 15 43 74 102
Binary 11011101 10110010 1110110 0 10011 101111 1101 100011 111100 1000010

Color Harmonies of #DDB276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB276

Black with #DDB276

Text Example


Text Example

White with #DDB276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB276; }

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

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

background-color css

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

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

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

border-color css

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

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

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