Html Css Color HEX #DDA194 Rose

📋 copy color: '#DDA194'

red 221 ◦ green 161 ◦ blue 148

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

Shades of Rose #DDA194

Tints of Rose #DDA194

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.38%

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

R = 41.7%
G = 30.38%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDA194 (or 0xDDA194) is known color: Rose. HEX triplet: DD, A1 and 94. RGB value is (221,161,148). Sum of RGB (Red+Green+Blue) = 221+161+148=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA194 is #225E6B. Grayscale: #B1B1B1. Windows color (decimal): -2252396 or 9740765. OLE color: 9740765.

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

Color convert

RGB 221 161 148 -
CMYK 0 0.27 0.33 0.13
HSL 10.68º 0.52% 0.72% -
HSV(B) 10.68º 0.33% 0.87% -
XYZ 47.91 43 33.79 -
YUV 177.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 221 161 148 0 0.27 0.33 0.13 10.68 0.52 0.72
Hex DD A1 94 0 1B 21 D B 34 48
Octal 335 241 224 0 33 41 15 13 64 110
Binary 11011101 10100001 10010100 0 11011 100001 1101 1011 110100 1001000

Color Harmonies of #DDA194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA194

Black with #DDA194

Text Example


Text Example

White with #DDA194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA194; }

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

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

background-color css

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

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

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

border-color css

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

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

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