Html Css Color HEX #DDA48F Rose

📋 copy color: '#DDA48F'

red 221 ◦ green 164 ◦ blue 143

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

Shades of Rose #DDA48F

Tints of Rose #DDA48F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.08%

R = 41.86%
G = 31.06%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDA48F (or 0xDDA48F) is known color: Rose. HEX triplet: DD, A4 and 8F. RGB value is (221,164,143). Sum of RGB (Red+Green+Blue) = 221+164+143=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA48F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA48F is #225B70. Grayscale: #B2B2B2. Windows color (decimal): -2251633 or 9413853. OLE color: 9413853.

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

Color convert

RGB 221 164 143 -
CMYK 0 0.26 0.35 0.13
HSL 16.15º 0.53% 0.71% -
HSV(B) 16.15º 0.35% 0.87% -
XYZ 48.05 43.91 31.93 -
YUV 178.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 221 164 143 0 0.26 0.35 0.13 16.15 0.53 0.71
Hex DD A4 8F 0 1A 23 D 10 35 47
Octal 335 244 217 0 32 43 15 20 65 107
Binary 11011101 10100100 10001111 0 11010 100011 1101 10000 110101 1000111

Color Harmonies of #DDA48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA48F

Black with #DDA48F

Text Example


Text Example

White with #DDA48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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