Html Css Color HEX #DDA696 Rose

📋 copy color: '#DDA696'

red 221 ◦ green 166 ◦ blue 150

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

Shades of Rose #DDA696

Tints of Rose #DDA696

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.91%

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

R = 41.15%
G = 30.91%
B = 27.93%

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

#DDA696 (or 0xDDA696) is known color: Rose. HEX triplet: DD, A6 and 96. RGB value is (221,166,150). Sum of RGB (Red+Green+Blue) = 221+166+150=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA696 is #225969. Grayscale: #B4B4B4. Windows color (decimal): -2251114 or 9873117. OLE color: 9873117.

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

Color convert

RGB 221 166 150 -
CMYK 0 0.25 0.32 0.13
HSL 13.52º 0.51% 0.73% -
HSV(B) 13.52º 0.32% 0.87% -
XYZ 48.96 44.85 34.93 -
YUV 180.62 110.72 156.8 -
System Red Green Blue C M Y K H S L
Decimal 221 166 150 0 0.25 0.32 0.13 13.52 0.51 0.73
Hex DD A6 96 0 19 20 D E 33 49
Octal 335 246 226 0 31 40 15 16 63 111
Binary 11011101 10100110 10010110 0 11001 100000 1101 1110 110011 1001001

Color Harmonies of #DDA696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA696

Black with #DDA696

Text Example


Text Example

White with #DDA696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA696; }

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

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

background-color css

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

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

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

border-color css

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

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

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