Html Css Color HEX #DDA390 Rose

📋 copy color: '#DDA390'

red 221 ◦ green 163 ◦ blue 144

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

Shades of Rose #DDA390

Tints of Rose #DDA390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.27%

R = 41.86%
G = 30.87%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDA390 (or 0xDDA390) is known color: Rose. HEX triplet: DD, A3 and 90. RGB value is (221,163,144). Sum of RGB (Red+Green+Blue) = 221+163+144=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 163 (64.06% from 255 or 30.87% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA390 is #225C6F. Grayscale: #B2B2B2. Windows color (decimal): -2251888 or 9479133. OLE color: 9479133.

HSL color Cylindrical-coordinate representation of color #DDA390: hue angle of 14.81º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDA390 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 163 144 -
CMYK 0 0.26 0.35 0.13
HSL 14.81º 0.53% 0.72% -
HSV(B) 14.81º 0.35% 0.87% -
XYZ 47.95 43.58 32.27 -
YUV 178.18 108.72 158.54 -
System Red Green Blue C M Y K H S L
Decimal 221 163 144 0 0.26 0.35 0.13 14.81 0.53 0.72
Hex DD A3 90 0 1A 23 D F 35 48
Octal 335 243 220 0 32 43 15 17 65 110
Binary 11011101 10100011 10010000 0 11010 100011 1101 1111 110101 1001000

Color Harmonies of #DDA390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA390

Black with #DDA390

Text Example


Text Example

White with #DDA390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA390; }

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

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

background-color css

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

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

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

border-color css

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

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

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