Html Css Color HEX #DDA08F Rose

📋 copy color: '#DDA08F'

red 221 ◦ green 160 ◦ blue 143

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

Shades of Rose #DDA08F

Tints of Rose #DDA08F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.53%

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

R = 42.18%
G = 30.53%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDA08F (or 0xDDA08F) is known color: Rose. HEX triplet: DD, A0 and 8F. RGB value is (221,160,143). Sum of RGB (Red+Green+Blue) = 221+160+143=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA08F is #225F70. Grayscale: #B0B0B0. Windows color (decimal): -2252657 or 9412829. OLE color: 9412829.

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

Color convert

RGB 221 160 143 -
CMYK 0 0.28 0.35 0.13
HSL 13.08º 0.53% 0.71% -
HSV(B) 13.08º 0.35% 0.87% -
XYZ 47.35 42.5 31.69 -
YUV 176.3 109.21 159.88 -
System Red Green Blue C M Y K H S L
Decimal 221 160 143 0 0.28 0.35 0.13 13.08 0.53 0.71
Hex DD A0 8F 0 1C 23 D D 35 47
Octal 335 240 217 0 34 43 15 15 65 107
Binary 11011101 10100000 10001111 0 11100 100011 1101 1101 110101 1000111

Color Harmonies of #DDA08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA08F

Black with #DDA08F

Text Example


Text Example

White with #DDA08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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