Html Css Color HEX #DDA796 Rose

📋 copy color: '#DDA796'

red 221 ◦ green 167 ◦ blue 150

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

Shades of Rose #DDA796

Tints of Rose #DDA796

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.04%

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

R = 41.08%
G = 31.04%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDA796 (or 0xDDA796) is known color: Rose. HEX triplet: DD, A7 and 96. RGB value is (221,167,150). Sum of RGB (Red+Green+Blue) = 221+167+150=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA796 is #225869. Grayscale: #B5B5B5. Windows color (decimal): -2250858 or 9873373. OLE color: 9873373.

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

Color convert

RGB 221 167 150 -
CMYK 0 0.24 0.32 0.13
HSL 14.37º 0.51% 0.73% -
HSV(B) 14.37º 0.32% 0.87% -
XYZ 49.14 45.21 34.99 -
YUV 181.21 110.39 156.38 -
System Red Green Blue C M Y K H S L
Decimal 221 167 150 0 0.24 0.32 0.13 14.37 0.51 0.73
Hex DD A7 96 0 18 20 D E 33 49
Octal 335 247 226 0 30 40 15 16 63 111
Binary 11011101 10100111 10010110 0 11000 100000 1101 1110 110011 1001001

Color Harmonies of #DDA796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA796

Black with #DDA796

Text Example


Text Example

White with #DDA796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA796; }

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

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

background-color css

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

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

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

border-color css

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

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

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