Html Css Color HEX #DDA76E Manhattan

📋 copy color: '#DDA76E'

red 221 ◦ green 167 ◦ blue 110

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

Shades of Manhattan #DDA76E

Tints of Manhattan #DDA76E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.53%

 BLUE value IS 110 (43.36% from 255) = 22.09%

R = 44.38%
G = 33.53%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDA76E (or 0xDDA76E) is known color: Manhattan. HEX triplet: DD, A7 and 6E. RGB value is (221,167,110). Sum of RGB (Red+Green+Blue) = 221+167+110=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA76E is #225891. Grayscale: #B0B0B0. Windows color (decimal): -2250898 or 7251933. OLE color: 7251933.

HSL color Cylindrical-coordinate representation of color #DDA76E: hue angle of 30.81º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDA76E is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 167 110 -
CMYK 0 0.24 0.50 0.13
HSL 30.81º 0.62% 0.65% -
HSV(B) 30.81º 0.5% 0.87% -
XYZ 46.45 44.14 20.82 -
YUV 176.65 90.39 159.63 -
System Red Green Blue C M Y K H S L
Decimal 221 167 110 0 0.24 0.50 0.13 30.81 0.62 0.65
Hex DD A7 6E 0 18 32 D 1F 3E 41
Octal 335 247 156 0 30 62 15 37 76 101
Binary 11011101 10100111 1101110 0 11000 110010 1101 11111 111110 1000001

Color Harmonies of #DDA76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA76E

Black with #DDA76E

Text Example


Text Example

White with #DDA76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA76E; }

 p { color: rgb(221,167,110); }

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

background-color css

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

 a { background-color: rgb(221,167,110); }

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

border-color css

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

 span { border-color: rgb(221,167,110); }

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