Html Css Color HEX #DDAF7D Manhattan

📋 copy color: '#DDAF7D'

red 221 ◦ green 175 ◦ blue 125

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

Shades of Manhattan #DDAF7D

Tints of Manhattan #DDAF7D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.59%

 BLUE value IS 125 (49.22% from 255) = 23.99%

R = 42.42%
G = 33.59%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDAF7D (or 0xDDAF7D) is known color: Manhattan. HEX triplet: DD, AF and 7D. RGB value is (221,175,125). Sum of RGB (Red+Green+Blue) = 221+175+125=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF7D is #225082. Grayscale: #B7B7B7. Windows color (decimal): -2248835 or 8237021. OLE color: 8237021.

HSL color Cylindrical-coordinate representation of color #DDAF7D: hue angle of 31.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDAF7D is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 175 125 -
CMYK 0 0.21 0.43 0.13
HSL 31.25º 0.59% 0.68% -
HSV(B) 31.25º 0.43% 0.87% -
XYZ 48.85 47.51 26 -
YUV 183.05 95.24 155.07 -
System Red Green Blue C M Y K H S L
Decimal 221 175 125 0 0.21 0.43 0.13 31.25 0.59 0.68
Hex DD AF 7D 0 15 2B D 1F 3B 44
Octal 335 257 175 0 25 53 15 37 73 104
Binary 11011101 10101111 1111101 0 10101 101011 1101 11111 111011 1000100

Color Harmonies of #DDAF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF7D

Black with #DDAF7D

Text Example


Text Example

White with #DDAF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF7D; }

 p { color: rgb(221,175,125); }

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

background-color css

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

 a { background-color: rgb(221,175,125); }

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

border-color css

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

 span { border-color: rgb(221,175,125); }

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