Html Css Color HEX #DDA491 Rose

📋 copy color: '#DDA491'

red 221 ◦ green 164 ◦ blue 145

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

Shades of Rose #DDA491

Tints of Rose #DDA491

RGB

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

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

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

R = 41.7%
G = 30.94%
B = 27.36%

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

#DDA491 (or 0xDDA491) is known color: Rose. HEX triplet: DD, A4 and 91. RGB value is (221,164,145). Sum of RGB (Red+Green+Blue) = 221+164+145=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA491 is #225B6E. Grayscale: #B3B3B3. Windows color (decimal): -2251631 or 9544925. OLE color: 9544925.

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

Color convert

RGB 221 164 145 -
CMYK 0 0.26 0.34 0.13
HSL 15º 0.53% 0.72% -
HSV(B) 15º 0.34% 0.87% -
XYZ 48.21 43.97 32.73 -
YUV 178.88 108.88 158.04 -
System Red Green Blue C M Y K H S L
Decimal 221 164 145 0 0.26 0.34 0.13 15 0.53 0.72
Hex DD A4 91 0 1A 22 D F 35 48
Octal 335 244 221 0 32 42 15 17 65 110
Binary 11011101 10100100 10010001 0 11010 100010 1101 1111 110101 1001000

Color Harmonies of #DDA491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA491

Black with #DDA491

Text Example


Text Example

White with #DDA491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA491; }

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

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

background-color css

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

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

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

border-color css

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

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

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