Html Css Color HEX #DDA396 Rose

📋 copy color: '#DDA396'

red 221 ◦ green 163 ◦ blue 150

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

Shades of Rose #DDA396

Tints of Rose #DDA396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.09%

R = 41.39%
G = 30.52%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDA396 (or 0xDDA396) is known color: Rose. HEX triplet: DD, A3 and 96. RGB value is (221,163,150). Sum of RGB (Red+Green+Blue) = 221+163+150=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA396 is #225C69. Grayscale: #B2B2B2. Windows color (decimal): -2251882 or 9872349. OLE color: 9872349.

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

Color convert

RGB 221 163 150 -
CMYK 0 0.26 0.32 0.13
HSL 10.99º 0.51% 0.73% -
HSV(B) 10.99º 0.32% 0.87% -
XYZ 48.42 43.77 34.75 -
YUV 178.86 111.72 158.06 -
System Red Green Blue C M Y K H S L
Decimal 221 163 150 0 0.26 0.32 0.13 10.99 0.51 0.73
Hex DD A3 96 0 1A 20 D B 33 49
Octal 335 243 226 0 32 40 15 13 63 111
Binary 11011101 10100011 10010110 0 11010 100000 1101 1011 110011 1001001

Color Harmonies of #DDA396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA396

Black with #DDA396

Text Example


Text Example

White with #DDA396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA396; }

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

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

background-color css

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

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

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

border-color css

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

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

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