Html Css Color HEX #DDC19C Raffia

📋 copy color: '#DDC19C'

red 221 ◦ green 193 ◦ blue 156

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

Shades of Raffia #DDC19C

Tints of Raffia #DDC19C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.37%

R = 38.77%
G = 33.86%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDC19C (or 0xDDC19C) is known color: Raffia. HEX triplet: DD, C1 and 9C. RGB value is (221,193,156). Sum of RGB (Red+Green+Blue) = 221+193+156=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 156 (61.33% from 255 or 27.37% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC19C is #223E63. Grayscale: #C5C5C5. Windows color (decimal): -2244196 or 10273245. OLE color: 10273245.

HSL color Cylindrical-coordinate representation of color #DDC19C: hue angle of 34.15º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDC19C is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 193 156 -
CMYK 0 0.13 0.29 0.13
HSL 34.15º 0.49% 0.74% -
HSV(B) 34.15º 0.29% 0.87% -
XYZ 54.89 55.91 39.35 -
YUV 197.15 104.78 145.01 -
System Red Green Blue C M Y K H S L
Decimal 221 193 156 0 0.13 0.29 0.13 34.15 0.49 0.74
Hex DD C1 9C 0 D 1D D 22 31 4A
Octal 335 301 234 0 15 35 15 42 61 112
Binary 11011101 11000001 10011100 0 1101 11101 1101 100010 110001 1001010

Color Harmonies of #DDC19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC19C

Black with #DDC19C

Text Example


Text Example

White with #DDC19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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