Html Css Color HEX #DDA875 Manhattan

📋 copy color: '#DDA875'

red 221 ◦ green 168 ◦ blue 117

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

Shades of Manhattan #DDA875

Tints of Manhattan #DDA875

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.2%

 BLUE value IS 117 (46.09% from 255) = 23.12%

R = 43.68%
G = 33.2%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDA875 (or 0xDDA875) is known color: Manhattan. HEX triplet: DD, A8 and 75. RGB value is (221,168,117). Sum of RGB (Red+Green+Blue) = 221+168+117=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA875 is #22578A. Grayscale: #B2B2B2. Windows color (decimal): -2250635 or 7710941. OLE color: 7710941.

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

Color convert

RGB 221 168 117 -
CMYK 0 0.24 0.47 0.13
HSL 29.42º 0.6% 0.66% -
HSV(B) 29.42º 0.47% 0.87% -
XYZ 47.03 44.66 22.97 -
YUV 178.03 93.56 158.65 -
System Red Green Blue C M Y K H S L
Decimal 221 168 117 0 0.24 0.47 0.13 29.42 0.6 0.66
Hex DD A8 75 0 18 2F D 1D 3C 42
Octal 335 250 165 0 30 57 15 35 74 102
Binary 11011101 10101000 1110101 0 11000 101111 1101 11101 111100 1000010

Color Harmonies of #DDA875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA875

Black with #DDA875

Text Example


Text Example

White with #DDA875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA875; }

 p { color: rgb(221,168,117); }

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

background-color css

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

 a { background-color: rgb(221,168,117); }

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

border-color css

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

 span { border-color: rgb(221,168,117); }

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