Html Css Color HEX #DDC196 Raffia

📋 copy color: '#DDC196'

red 221 ◦ green 193 ◦ blue 150

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

Shades of Raffia #DDC196

Tints of Raffia #DDC196

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.22%

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

R = 39.18%
G = 34.22%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDC196 (or 0xDDC196) is known color: Raffia. HEX triplet: DD, C1 and 96. RGB value is (221,193,150). Sum of RGB (Red+Green+Blue) = 221+193+150=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 150 (58.98% from 255 or 26.60% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC196 is #223E69. Grayscale: #C4C4C4. Windows color (decimal): -2244202 or 9880029. OLE color: 9880029.

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

Color convert

RGB 221 193 150 -
CMYK 0 0.13 0.32 0.13
HSL 36.34º 0.51% 0.73% -
HSV(B) 36.34º 0.32% 0.87% -
XYZ 54.39 55.71 36.74 -
YUV 196.47 101.78 145.5 -
System Red Green Blue C M Y K H S L
Decimal 221 193 150 0 0.13 0.32 0.13 36.34 0.51 0.73
Hex DD C1 96 0 D 20 D 24 33 49
Octal 335 301 226 0 15 40 15 44 63 111
Binary 11011101 11000001 10010110 0 1101 100000 1101 100100 110011 1001001

Color Harmonies of #DDC196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC196

Black with #DDC196

Text Example


Text Example

White with #DDC196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC196; }

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

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

background-color css

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

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

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

border-color css

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

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

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