Html Css Color HEX #DDC596 Raffia

📋 copy color: '#DDC596'

red 221 ◦ green 197 ◦ blue 150

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

Shades of Raffia #DDC596

Tints of Raffia #DDC596

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.68%

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

R = 38.91%
G = 34.68%
B = 26.41%

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

#DDC596 (or 0xDDC596) is known color: Raffia. HEX triplet: DD, C5 and 96. RGB value is (221,197,150). Sum of RGB (Red+Green+Blue) = 221+197+150=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 197 (77.34% from 255 or 34.68% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC596 is #223A69. Grayscale: #C7C7C7. Windows color (decimal): -2243178 or 9881053. OLE color: 9881053.

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

Color convert

RGB 221 197 150 -
CMYK 0 0.11 0.32 0.13
HSL 39.72º 0.51% 0.73% -
HSV(B) 39.72º 0.32% 0.87% -
XYZ 55.29 57.51 37.04 -
YUV 198.82 100.45 143.82 -
System Red Green Blue C M Y K H S L
Decimal 221 197 150 0 0.11 0.32 0.13 39.72 0.51 0.73
Hex DD C5 96 0 B 20 D 28 33 49
Octal 335 305 226 0 13 40 15 50 63 111
Binary 11011101 11000101 10010110 0 1011 100000 1101 101000 110011 1001001

Color Harmonies of #DDC596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC596

Black with #DDC596

Text Example


Text Example

White with #DDC596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC596; }

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

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

background-color css

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

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

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

border-color css

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

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

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