Html Css Color HEX #DDA691 Rose

📋 copy color: '#DDA691'

red 221 ◦ green 166 ◦ blue 145

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

Shades of Rose #DDA691

Tints of Rose #DDA691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.26%

R = 41.54%
G = 31.2%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DDA691 (or 0xDDA691) is known color: Rose. HEX triplet: DD, A6 and 91. RGB value is (221,166,145). Sum of RGB (Red+Green+Blue) = 221+166+145=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 145 (57.03% from 255 or 27.26% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA691 is #22596E. Grayscale: #B4B4B4. Windows color (decimal): -2251119 or 9545437. OLE color: 9545437.

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

Color convert

RGB 221 166 145 -
CMYK 0 0.25 0.34 0.13
HSL 16.58º 0.53% 0.72% -
HSV(B) 16.58º 0.34% 0.87% -
XYZ 48.57 44.69 32.85 -
YUV 180.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 221 166 145 0 0.25 0.34 0.13 16.58 0.53 0.72
Hex DD A6 91 0 19 22 D 11 35 48
Octal 335 246 221 0 31 42 15 21 65 110
Binary 11011101 10100110 10010001 0 11001 100010 1101 10001 110101 1001000

Color Harmonies of #DDA691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA691

Black with #DDA691

Text Example


Text Example

White with #DDA691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA691; }

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

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

background-color css

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

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

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

border-color css

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

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

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