Html Css Color HEX #DDA690 Rose

📋 copy color: '#DDA690'

red 221 ◦ green 166 ◦ blue 144

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

Shades of Rose #DDA690

Tints of Rose #DDA690

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.26%

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

R = 41.62%
G = 31.26%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDA690 (or 0xDDA690) is known color: Rose. HEX triplet: DD, A6 and 90. RGB value is (221,166,144). Sum of RGB (Red+Green+Blue) = 221+166+144=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA690 is #22596F. Grayscale: #B4B4B4. Windows color (decimal): -2251120 or 9479901. OLE color: 9479901.

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

Color convert

RGB 221 166 144 -
CMYK 0 0.25 0.35 0.13
HSL 17.14º 0.53% 0.72% -
HSV(B) 17.14º 0.35% 0.87% -
XYZ 48.49 44.66 32.45 -
YUV 179.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 221 166 144 0 0.25 0.35 0.13 17.14 0.53 0.72
Hex DD A6 90 0 19 23 D 11 35 48
Octal 335 246 220 0 31 43 15 21 65 110
Binary 11011101 10100110 10010000 0 11001 100011 1101 10001 110101 1001000

Color Harmonies of #DDA690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA690

Black with #DDA690

Text Example


Text Example

White with #DDA690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA690; }

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

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

background-color css

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

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

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

border-color css

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

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

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