Html Css Color HEX #DDB27A Manhattan

📋 copy color: '#DDB27A'

red 221 ◦ green 178 ◦ blue 122

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

Shades of Manhattan #DDB27A

Tints of Manhattan #DDB27A

RGB

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

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

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

R = 42.42%
G = 34.17%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDB27A (or 0xDDB27A) is known color: Manhattan. HEX triplet: DD, B2 and 7A. RGB value is (221,178,122). Sum of RGB (Red+Green+Blue) = 221+178+122=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB27A is #224D85. Grayscale: #B8B8B8. Windows color (decimal): -2248070 or 8041181. OLE color: 8041181.

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

Color convert

RGB 221 178 122 -
CMYK 0 0.19 0.45 0.13
HSL 33.94º 0.59% 0.67% -
HSV(B) 33.94º 0.45% 0.87% -
XYZ 49.25 48.62 25.2 -
YUV 184.47 92.75 154.05 -
System Red Green Blue C M Y K H S L
Decimal 221 178 122 0 0.19 0.45 0.13 33.94 0.59 0.67
Hex DD B2 7A 0 13 2D D 22 3B 43
Octal 335 262 172 0 23 55 15 42 73 103
Binary 11011101 10110010 1111010 0 10011 101101 1101 100010 111011 1000011

Color Harmonies of #DDB27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB27A

Black with #DDB27A

Text Example


Text Example

White with #DDB27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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