Html Css Color HEX #DDA894 Rose

📋 copy color: '#DDA894'

red 221 ◦ green 168 ◦ blue 148

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

Shades of Rose #DDA894

Tints of Rose #DDA894

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.28%

 BLUE value IS 148 (58.2% from 255) = 27.56%

R = 41.15%
G = 31.28%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDA894 (or 0xDDA894) is known color: Rose. HEX triplet: DD, A8 and 94. RGB value is (221,168,148). Sum of RGB (Red+Green+Blue) = 221+168+148=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA894 is #22576B. Grayscale: #B5B5B5. Windows color (decimal): -2250604 or 9742557. OLE color: 9742557.

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

Color convert

RGB 221 168 148 -
CMYK 0 0.24 0.33 0.13
HSL 16.44º 0.52% 0.72% -
HSV(B) 16.44º 0.33% 0.87% -
XYZ 49.17 45.52 34.21 -
YUV 181.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 221 168 148 0 0.24 0.33 0.13 16.44 0.52 0.72
Hex DD A8 94 0 18 21 D 10 34 48
Octal 335 250 224 0 30 41 15 20 64 110
Binary 11011101 10101000 10010100 0 11000 100001 1101 10000 110100 1001000

Color Harmonies of #DDA894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA894

Black with #DDA894

Text Example


Text Example

White with #DDA894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA894; }

 p { color: rgb(221,168,148); }

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

background-color css

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

 a { background-color: rgb(221,168,148); }

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

border-color css

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

 span { border-color: rgb(221,168,148); }

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