Html Css Color HEX #DDA39A Rose

📋 copy color: '#DDA39A'

red 221 ◦ green 163 ◦ blue 154

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

Shades of Rose #DDA39A

Tints of Rose #DDA39A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.3%

 BLUE value IS 154 (60.55% from 255) = 28.62%

R = 41.08%
G = 30.3%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDA39A (or 0xDDA39A) is known color: Rose. HEX triplet: DD, A3 and 9A. RGB value is (221,163,154). Sum of RGB (Red+Green+Blue) = 221+163+154=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA39A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA39A is #225C65. Grayscale: #B3B3B3. Windows color (decimal): -2251878 or 10134493. OLE color: 10134493.

HSL color Cylindrical-coordinate representation of color #DDA39A: hue angle of 8.06º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA39A is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 163 154 -
CMYK 0 0.26 0.30 0.13
HSL 8.06º 0.5% 0.74% -
HSV(B) 8.06º 0.3% 0.87% -
XYZ 48.75 43.9 36.48 -
YUV 179.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 221 163 154 0 0.26 0.30 0.13 8.06 0.5 0.74
Hex DD A3 9A 0 1A 1E D 8 32 4A
Octal 335 243 232 0 32 36 15 10 62 112
Binary 11011101 10100011 10011010 0 11010 11110 1101 1000 110010 1001010

Color Harmonies of #DDA39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA39A

Black with #DDA39A

Text Example


Text Example

White with #DDA39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA39A; }

 p { color: rgb(221,163,154); }

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

background-color css

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

 a { background-color: rgb(221,163,154); }

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

border-color css

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

 span { border-color: rgb(221,163,154); }

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