Html Css Color HEX #DDA59C Rose

📋 copy color: '#DDA59C'

red 221 ◦ green 165 ◦ blue 156

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

Shades of Rose #DDA59C

Tints of Rose #DDA59C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.78%

R = 40.77%
G = 30.44%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDA59C (or 0xDDA59C) is known color: Rose. HEX triplet: DD, A5 and 9C. RGB value is (221,165,156). Sum of RGB (Red+Green+Blue) = 221+165+156=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA59C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA59C is #225A63. Grayscale: #B4B4B4. Windows color (decimal): -2251364 or 10266077. OLE color: 10266077.

HSL color Cylindrical-coordinate representation of color #DDA59C: hue angle of 8.31º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDA59C is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 165 156 -
CMYK 0 0.25 0.29 0.13
HSL 8.31º 0.49% 0.74% -
HSV(B) 8.31º 0.29% 0.87% -
XYZ 49.27 44.68 37.48 -
YUV 180.72 114.05 156.73 -
System Red Green Blue C M Y K H S L
Decimal 221 165 156 0 0.25 0.29 0.13 8.31 0.49 0.74
Hex DD A5 9C 0 19 1D D 8 31 4A
Octal 335 245 234 0 31 35 15 10 61 112
Binary 11011101 10100101 10011100 0 11001 11101 1101 1000 110001 1001010

Color Harmonies of #DDA59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA59C

Black with #DDA59C

Text Example


Text Example

White with #DDA59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA59C; }

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

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

background-color css

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

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

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

border-color css

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

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

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