Html Css Color HEX #DDA18E Rose

📋 copy color: '#DDA18E'

red 221 ◦ green 161 ◦ blue 142

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

Shades of Rose #DDA18E

Tints of Rose #DDA18E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.73%

 BLUE value IS 142 (55.86% from 255) = 27.1%

R = 42.18%
G = 30.73%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDA18E (or 0xDDA18E) is known color: Rose. HEX triplet: DD, A1 and 8E. RGB value is (221,161,142). Sum of RGB (Red+Green+Blue) = 221+161+142=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA18E is #225E71. Grayscale: #B0B0B0. Windows color (decimal): -2252402 or 9347549. OLE color: 9347549.

HSL color Cylindrical-coordinate representation of color #DDA18E: hue angle of 14.43º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDA18E is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 161 142 -
CMYK 0 0.27 0.36 0.13
HSL 14.43º 0.54% 0.71% -
HSV(B) 14.43º 0.36% 0.87% -
XYZ 47.45 42.81 31.35 -
YUV 176.77 108.38 159.54 -
System Red Green Blue C M Y K H S L
Decimal 221 161 142 0 0.27 0.36 0.13 14.43 0.54 0.71
Hex DD A1 8E 0 1B 24 D E 36 47
Octal 335 241 216 0 33 44 15 16 66 107
Binary 11011101 10100001 10001110 0 11011 100100 1101 1110 110110 1000111

Color Harmonies of #DDA18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA18E

Black with #DDA18E

Text Example


Text Example

White with #DDA18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA18E; }

 p { color: rgb(221,161,142); }

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

background-color css

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

 a { background-color: rgb(221,161,142); }

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

border-color css

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

 span { border-color: rgb(221,161,142); }

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