Html Css Color HEX #DDC19B Raffia

📋 copy color: '#DDC19B'

red 221 ◦ green 193 ◦ blue 155

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

Shades of Raffia #DDC19B

Tints of Raffia #DDC19B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.24%

R = 38.84%
G = 33.92%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDC19B (or 0xDDC19B) is known color: Raffia. HEX triplet: DD, C1 and 9B. RGB value is (221,193,155). Sum of RGB (Red+Green+Blue) = 221+193+155=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC19B is #223E64. Grayscale: #C5C5C5. Windows color (decimal): -2244197 or 10207709. OLE color: 10207709.

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

Color convert

RGB 221 193 155 -
CMYK 0 0.13 0.30 0.13
HSL 34.55º 0.49% 0.74% -
HSV(B) 34.55º 0.3% 0.87% -
XYZ 54.81 55.88 38.91 -
YUV 197.04 104.28 145.09 -
System Red Green Blue C M Y K H S L
Decimal 221 193 155 0 0.13 0.30 0.13 34.55 0.49 0.74
Hex DD C1 9B 0 D 1E D 23 31 4A
Octal 335 301 233 0 15 36 15 43 61 112
Binary 11011101 11000001 10011011 0 1101 11110 1101 100011 110001 1001010

Color Harmonies of #DDC19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC19B

Black with #DDC19B

Text Example


Text Example

White with #DDC19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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