Html Css Color HEX #DDA791 Rose

📋 copy color: '#DDA791'

red 221 ◦ green 167 ◦ blue 145

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

Shades of Rose #DDA791

Tints of Rose #DDA791

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.33%

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

R = 41.46%
G = 31.33%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DDA791 (or 0xDDA791) is known color: Rose. HEX triplet: DD, A7 and 91. RGB value is (221,167,145). Sum of RGB (Red+Green+Blue) = 221+167+145=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 145 (57.03% from 255 or 27.20% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA791 is #22586E. Grayscale: #B4B4B4. Windows color (decimal): -2250863 or 9545693. OLE color: 9545693.

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

Color convert

RGB 221 167 145 -
CMYK 0 0.24 0.34 0.13
HSL 17.37º 0.53% 0.72% -
HSV(B) 17.37º 0.34% 0.87% -
XYZ 48.75 45.05 32.92 -
YUV 180.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 221 167 145 0 0.24 0.34 0.13 17.37 0.53 0.72
Hex DD A7 91 0 18 22 D 11 35 48
Octal 335 247 221 0 30 42 15 21 65 110
Binary 11011101 10100111 10010001 0 11000 100010 1101 10001 110101 1001000

Color Harmonies of #DDA791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA791

Black with #DDA791

Text Example


Text Example

White with #DDA791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA791; }

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

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

background-color css

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

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

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

border-color css

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

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

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