Html Css Color HEX #DDA493 Rose

📋 copy color: '#DDA493'

red 221 ◦ green 164 ◦ blue 147

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

Shades of Rose #DDA493

Tints of Rose #DDA493

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.83%

 BLUE value IS 147 (57.81% from 255) = 27.63%

R = 41.54%
G = 30.83%
B = 27.63%

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

#DDA493 (or 0xDDA493) is known color: Rose. HEX triplet: DD, A4 and 93. RGB value is (221,164,147). Sum of RGB (Red+Green+Blue) = 221+164+147=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA493 is #225B6C. Grayscale: #B3B3B3. Windows color (decimal): -2251629 or 9675997. OLE color: 9675997.

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

Color convert

RGB 221 164 147 -
CMYK 0 0.26 0.33 0.13
HSL 13.78º 0.52% 0.72% -
HSV(B) 13.78º 0.33% 0.87% -
XYZ 48.36 44.03 33.55 -
YUV 179.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 221 164 147 0 0.26 0.33 0.13 13.78 0.52 0.72
Hex DD A4 93 0 1A 21 D E 34 48
Octal 335 244 223 0 32 41 15 16 64 110
Binary 11011101 10100100 10010011 0 11010 100001 1101 1110 110100 1001000

Color Harmonies of #DDA493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA493

Black with #DDA493

Text Example


Text Example

White with #DDA493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA493; }

 p { color: rgb(221,164,147); }

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

background-color css

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

 a { background-color: rgb(221,164,147); }

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

border-color css

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

 span { border-color: rgb(221,164,147); }

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