Html Css Color HEX #DDC496 Raffia

📋 copy color: '#DDC496'

red 221 ◦ green 196 ◦ blue 150

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

Shades of Raffia #DDC496

Tints of Raffia #DDC496

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.57%

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

R = 38.98%
G = 34.57%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDC496 (or 0xDDC496) is known color: Raffia. HEX triplet: DD, C4 and 96. RGB value is (221,196,150). Sum of RGB (Red+Green+Blue) = 221+196+150=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC496 is #223B69. Grayscale: #C6C6C6. Windows color (decimal): -2243434 or 9880797. OLE color: 9880797.

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

Color convert

RGB 221 196 150 -
CMYK 0 0.11 0.32 0.13
HSL 38.87º 0.51% 0.73% -
HSV(B) 38.87º 0.32% 0.87% -
XYZ 55.06 57.05 36.96 -
YUV 198.23 100.78 144.24 -
System Red Green Blue C M Y K H S L
Decimal 221 196 150 0 0.11 0.32 0.13 38.87 0.51 0.73
Hex DD C4 96 0 B 20 D 27 33 49
Octal 335 304 226 0 13 40 15 47 63 111
Binary 11011101 11000100 10010110 0 1011 100000 1101 100111 110011 1001001

Color Harmonies of #DDC496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC496

Black with #DDC496

Text Example


Text Example

White with #DDC496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC496; }

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

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

background-color css

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

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

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

border-color css

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

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

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