Html Css Color HEX #DDA297 Rose

📋 copy color: '#DDA297'

red 221 ◦ green 162 ◦ blue 151

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

Shades of Rose #DDA297

Tints of Rose #DDA297

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.34%

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

R = 41.39%
G = 30.34%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDA297 (or 0xDDA297) is known color: Rose. HEX triplet: DD, A2 and 97. RGB value is (221,162,151). Sum of RGB (Red+Green+Blue) = 221+162+151=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA297 is #225D68. Grayscale: #B2B2B2. Windows color (decimal): -2252137 or 9937629. OLE color: 9937629.

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

Color convert

RGB 221 162 151 -
CMYK 0 0.27 0.32 0.13
HSL 9.43º 0.51% 0.73% -
HSV(B) 9.43º 0.32% 0.87% -
XYZ 48.33 43.45 35.12 -
YUV 178.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 221 162 151 0 0.27 0.32 0.13 9.43 0.51 0.73
Hex DD A2 97 0 1B 20 D 9 33 49
Octal 335 242 227 0 33 40 15 11 63 111
Binary 11011101 10100010 10010111 0 11011 100000 1101 1001 110011 1001001

Color Harmonies of #DDA297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA297

Black with #DDA297

Text Example


Text Example

White with #DDA297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA297; }

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

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

background-color css

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

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

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

border-color css

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

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

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