Html Css Color HEX #DDA497 Rose

📋 copy color: '#DDA497'

red 221 ◦ green 164 ◦ blue 151

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

Shades of Rose #DDA497

Tints of Rose #DDA497

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.6%

 BLUE value IS 151 (59.38% from 255) = 28.17%

R = 41.23%
G = 30.6%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDA497 (or 0xDDA497) is known color: Rose. HEX triplet: DD, A4 and 97. RGB value is (221,164,151). Sum of RGB (Red+Green+Blue) = 221+164+151=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 151 (59.38% from 255 or 28.17% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA497 is #225B68. Grayscale: #B3B3B3. Windows color (decimal): -2251625 or 9938141. OLE color: 9938141.

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

Color convert

RGB 221 164 151 -
CMYK 0 0.26 0.32 0.13
HSL 11.14º 0.51% 0.73% -
HSV(B) 11.14º 0.32% 0.87% -
XYZ 48.68 44.16 35.24 -
YUV 179.56 111.88 157.56 -
System Red Green Blue C M Y K H S L
Decimal 221 164 151 0 0.26 0.32 0.13 11.14 0.51 0.73
Hex DD A4 97 0 1A 20 D B 33 49
Octal 335 244 227 0 32 40 15 13 63 111
Binary 11011101 10100100 10010111 0 11010 100000 1101 1011 110011 1001001

Color Harmonies of #DDA497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA497

Black with #DDA497

Text Example


Text Example

White with #DDA497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA497; }

 p { color: rgb(221,164,151); }

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

background-color css

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

 a { background-color: rgb(221,164,151); }

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

border-color css

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

 span { border-color: rgb(221,164,151); }

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