Html Css Color HEX #DDA596 Rose

📋 copy color: '#DDA596'

red 221 ◦ green 165 ◦ blue 150

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

Shades of Rose #DDA596

Tints of Rose #DDA596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.99%

R = 41.23%
G = 30.78%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDA596 (or 0xDDA596) is known color: Rose. HEX triplet: DD, A5 and 96. RGB value is (221,165,150). Sum of RGB (Red+Green+Blue) = 221+165+150=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA596 is #225A69. Grayscale: #B4B4B4. Windows color (decimal): -2251370 or 9872861. OLE color: 9872861.

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

Color convert

RGB 221 165 150 -
CMYK 0 0.25 0.32 0.13
HSL 12.68º 0.51% 0.73% -
HSV(B) 12.68º 0.32% 0.87% -
XYZ 48.78 44.48 34.87 -
YUV 180.03 111.05 157.22 -
System Red Green Blue C M Y K H S L
Decimal 221 165 150 0 0.25 0.32 0.13 12.68 0.51 0.73
Hex DD A5 96 0 19 20 D D 33 49
Octal 335 245 226 0 31 40 15 15 63 111
Binary 11011101 10100101 10010110 0 11001 100000 1101 1101 110011 1001001

Color Harmonies of #DDA596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA596

Black with #DDA596

Text Example


Text Example

White with #DDA596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA596; }

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

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

background-color css

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

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

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

border-color css

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

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

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