Html Css Color HEX #DDA18F Rose

📋 copy color: '#DDA18F'

red 221 ◦ green 161 ◦ blue 143

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

Shades of Rose #DDA18F

Tints of Rose #DDA18F

RGB

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

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

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

R = 42.1%
G = 30.67%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDA18F (or 0xDDA18F) is known color: Rose. HEX triplet: DD, A1 and 8F. RGB value is (221,161,143). Sum of RGB (Red+Green+Blue) = 221+161+143=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA18F is #225E70. Grayscale: #B1B1B1. Windows color (decimal): -2252401 or 9413085. OLE color: 9413085.

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

Color convert

RGB 221 161 143 -
CMYK 0 0.27 0.35 0.13
HSL 13.85º 0.53% 0.71% -
HSV(B) 13.85º 0.35% 0.87% -
XYZ 47.52 42.85 31.75 -
YUV 176.89 108.88 159.46 -
System Red Green Blue C M Y K H S L
Decimal 221 161 143 0 0.27 0.35 0.13 13.85 0.53 0.71
Hex DD A1 8F 0 1B 23 D E 35 47
Octal 335 241 217 0 33 43 15 16 65 107
Binary 11011101 10100001 10001111 0 11011 100011 1101 1110 110101 1000111

Color Harmonies of #DDA18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA18F

Black with #DDA18F

Text Example


Text Example

White with #DDA18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA18F; }

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

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

background-color css

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

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

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

border-color css

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

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

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