Html Css Color HEX #DDA59B Rose

📋 copy color: '#DDA59B'

red 221 ◦ green 165 ◦ blue 155

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

Shades of Rose #DDA59B

Tints of Rose #DDA59B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.5%

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

R = 40.85%
G = 30.5%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDA59B (or 0xDDA59B) is known color: Rose. HEX triplet: DD, A5 and 9B. RGB value is (221,165,155). Sum of RGB (Red+Green+Blue) = 221+165+155=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA59B is #225A64. Grayscale: #B4B4B4. Windows color (decimal): -2251365 or 10200541. OLE color: 10200541.

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

Color convert

RGB 221 165 155 -
CMYK 0 0.25 0.30 0.13
HSL 9.09º 0.49% 0.74% -
HSV(B) 9.09º 0.3% 0.87% -
XYZ 49.19 44.65 37.04 -
YUV 180.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 221 165 155 0 0.25 0.30 0.13 9.09 0.49 0.74
Hex DD A5 9B 0 19 1E D 9 31 4A
Octal 335 245 233 0 31 36 15 11 61 112
Binary 11011101 10100101 10011011 0 11001 11110 1101 1001 110001 1001010

Color Harmonies of #DDA59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA59B

Black with #DDA59B

Text Example


Text Example

White with #DDA59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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