Html Css Color HEX #DDA394 Rose

📋 copy color: '#DDA394'

red 221 ◦ green 163 ◦ blue 148

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

Shades of Rose #DDA394

Tints of Rose #DDA394

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.64%

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

R = 41.54%
G = 30.64%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDA394 (or 0xDDA394) is known color: Rose. HEX triplet: DD, A3 and 94. RGB value is (221,163,148). Sum of RGB (Red+Green+Blue) = 221+163+148=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA394 is #225C6B. Grayscale: #B2B2B2. Windows color (decimal): -2251884 or 9741277. OLE color: 9741277.

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

Color convert

RGB 221 163 148 -
CMYK 0 0.26 0.33 0.13
HSL 12.33º 0.52% 0.72% -
HSV(B) 12.33º 0.33% 0.87% -
XYZ 48.26 43.7 33.91 -
YUV 178.63 110.72 158.22 -
System Red Green Blue C M Y K H S L
Decimal 221 163 148 0 0.26 0.33 0.13 12.33 0.52 0.72
Hex DD A3 94 0 1A 21 D C 34 48
Octal 335 243 224 0 32 41 15 14 64 110
Binary 11011101 10100011 10010100 0 11010 100001 1101 1100 110100 1001000

Color Harmonies of #DDA394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA394

Black with #DDA394

Text Example


Text Example

White with #DDA394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA394; }

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

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

background-color css

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

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

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

border-color css

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

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

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