Html Css Color HEX #DDA391 Rose

📋 copy color: '#DDA391'

red 221 ◦ green 163 ◦ blue 145

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

Shades of Rose #DDA391

Tints of Rose #DDA391

RGB

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

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

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

R = 41.78%
G = 30.81%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DDA391 (or 0xDDA391) is known color: Rose. HEX triplet: DD, A3 and 91. RGB value is (221,163,145). Sum of RGB (Red+Green+Blue) = 221+163+145=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA391 is #225C6E. Grayscale: #B2B2B2. Windows color (decimal): -2251887 or 9544669. OLE color: 9544669.

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

Color convert

RGB 221 163 145 -
CMYK 0 0.26 0.34 0.13
HSL 14.21º 0.53% 0.72% -
HSV(B) 14.21º 0.34% 0.87% -
XYZ 48.03 43.61 32.67 -
YUV 178.29 109.22 158.46 -
System Red Green Blue C M Y K H S L
Decimal 221 163 145 0 0.26 0.34 0.13 14.21 0.53 0.72
Hex DD A3 91 0 1A 22 D E 35 48
Octal 335 243 221 0 32 42 15 16 65 110
Binary 11011101 10100011 10010001 0 11010 100010 1101 1110 110101 1001000

Color Harmonies of #DDA391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA391

Black with #DDA391

Text Example


Text Example

White with #DDA391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA391; }

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

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

background-color css

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

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

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

border-color css

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

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

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