Html Css Color HEX #DDA39B Rose

📋 copy color: '#DDA39B'

red 221 ◦ green 163 ◦ blue 155

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

Shades of Rose #DDA39B

Tints of Rose #DDA39B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.76%

R = 41%
G = 30.24%
B = 28.76%

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

#DDA39B (or 0xDDA39B) is known color: Rose. HEX triplet: DD, A3 and 9B. RGB value is (221,163,155). Sum of RGB (Red+Green+Blue) = 221+163+155=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA39B is #225C64. Grayscale: #B3B3B3. Windows color (decimal): -2251877 or 10200029. OLE color: 10200029.

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

Color convert

RGB 221 163 155 -
CMYK 0 0.26 0.30 0.13
HSL 7.27º 0.49% 0.74% -
HSV(B) 7.27º 0.3% 0.87% -
XYZ 48.83 43.93 36.92 -
YUV 179.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 221 163 155 0 0.26 0.30 0.13 7.27 0.49 0.74
Hex DD A3 9B 0 1A 1E D 7 31 4A
Octal 335 243 233 0 32 36 15 7 61 112
Binary 11011101 10100011 10011011 0 11010 11110 1101 111 110001 1001010

Color Harmonies of #DDA39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA39B

Black with #DDA39B

Text Example


Text Example

White with #DDA39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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