Html Css Color HEX #DDA48E Rose

📋 copy color: '#DDA48E'

red 221 ◦ green 164 ◦ blue 142

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

Shades of Rose #DDA48E

Tints of Rose #DDA48E

RGB

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

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

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

R = 41.94%
G = 31.12%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDA48E (or 0xDDA48E) is known color: Rose. HEX triplet: DD, A4 and 8E. RGB value is (221,164,142). Sum of RGB (Red+Green+Blue) = 221+164+142=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 164 (64.45% from 255 or 31.12% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA48E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA48E is #225B71. Grayscale: #B2B2B2. Windows color (decimal): -2251634 or 9348317. OLE color: 9348317.

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

Color convert

RGB 221 164 142 -
CMYK 0 0.26 0.36 0.13
HSL 16.71º 0.54% 0.71% -
HSV(B) 16.71º 0.36% 0.87% -
XYZ 47.98 43.88 31.53 -
YUV 178.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 221 164 142 0 0.26 0.36 0.13 16.71 0.54 0.71
Hex DD A4 8E 0 1A 24 D 11 36 47
Octal 335 244 216 0 32 44 15 21 66 107
Binary 11011101 10100100 10001110 0 11010 100100 1101 10001 110110 1000111

Color Harmonies of #DDA48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA48E

Black with #DDA48E

Text Example


Text Example

White with #DDA48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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