Html Css Color HEX #DDA49C Rose

📋 copy color: '#DDA49C'

red 221 ◦ green 164 ◦ blue 156

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

Shades of Rose #DDA49C

Tints of Rose #DDA49C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.31%

 BLUE value IS 156 (61.33% from 255) = 28.84%

R = 40.85%
G = 30.31%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDA49C (or 0xDDA49C) is known color: Rose. HEX triplet: DD, A4 and 9C. RGB value is (221,164,156). Sum of RGB (Red+Green+Blue) = 221+164+156=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA49C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA49C is #225B63. Grayscale: #B4B4B4. Windows color (decimal): -2251620 or 10265821. OLE color: 10265821.

HSL color Cylindrical-coordinate representation of color #DDA49C: hue angle of 7.38º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDA49C is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 164 156 -
CMYK 0 0.26 0.29 0.13
HSL 7.38º 0.49% 0.74% -
HSV(B) 7.38º 0.29% 0.87% -
XYZ 49.1 44.32 37.42 -
YUV 180.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 221 164 156 0 0.26 0.29 0.13 7.38 0.49 0.74
Hex DD A4 9C 0 1A 1D D 7 31 4A
Octal 335 244 234 0 32 35 15 7 61 112
Binary 11011101 10100100 10011100 0 11010 11101 1101 111 110001 1001010

Color Harmonies of #DDA49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA49C

Black with #DDA49C

Text Example


Text Example

White with #DDA49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA49C; }

 p { color: rgb(221,164,156); }

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

background-color css

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

 a { background-color: rgb(221,164,156); }

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

border-color css

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

 span { border-color: rgb(221,164,156); }

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