Html Css Color HEX #DDA395 Rose

📋 copy color: '#DDA395'

red 221 ◦ green 163 ◦ blue 149

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

Shades of Rose #DDA395

Tints of Rose #DDA395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.95%

R = 41.46%
G = 30.58%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDA395 (or 0xDDA395) is known color: Rose. HEX triplet: DD, A3 and 95. RGB value is (221,163,149). Sum of RGB (Red+Green+Blue) = 221+163+149=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA395 is #225C6A. Grayscale: #B2B2B2. Windows color (decimal): -2251883 or 9806813. OLE color: 9806813.

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

Color convert

RGB 221 163 149 -
CMYK 0 0.26 0.33 0.13
HSL 11.67º 0.51% 0.73% -
HSV(B) 11.67º 0.33% 0.87% -
XYZ 48.34 43.74 34.33 -
YUV 178.75 111.22 158.14 -
System Red Green Blue C M Y K H S L
Decimal 221 163 149 0 0.26 0.33 0.13 11.67 0.51 0.73
Hex DD A3 95 0 1A 21 D C 33 49
Octal 335 243 225 0 32 41 15 14 63 111
Binary 11011101 10100011 10010101 0 11010 100001 1101 1100 110011 1001001

Color Harmonies of #DDA395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA395

Black with #DDA395

Text Example


Text Example

White with #DDA395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA395; }

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

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

background-color css

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

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

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

border-color css

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

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

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