Html Css Color HEX #DDC199 Raffia

📋 copy color: '#DDC199'

red 221 ◦ green 193 ◦ blue 153

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

Shades of Raffia #DDC199

Tints of Raffia #DDC199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.98%

R = 38.98%
G = 34.04%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDC199 (or 0xDDC199) is known color: Raffia. HEX triplet: DD, C1 and 99. RGB value is (221,193,153). Sum of RGB (Red+Green+Blue) = 221+193+153=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 153 (60.16% from 255 or 26.98% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC199 is #223E66. Grayscale: #C5C5C5. Windows color (decimal): -2244199 or 10076637. OLE color: 10076637.

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

Color convert

RGB 221 193 153 -
CMYK 0 0.13 0.31 0.13
HSL 35.29º 0.5% 0.73% -
HSV(B) 35.29º 0.31% 0.87% -
XYZ 54.64 55.81 38.03 -
YUV 196.81 103.28 145.25 -
System Red Green Blue C M Y K H S L
Decimal 221 193 153 0 0.13 0.31 0.13 35.29 0.5 0.73
Hex DD C1 99 0 D 1F D 23 32 49
Octal 335 301 231 0 15 37 15 43 62 111
Binary 11011101 11000001 10011001 0 1101 11111 1101 100011 110010 1001001

Color Harmonies of #DDC199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC199

Black with #DDC199

Text Example


Text Example

White with #DDC199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC199; }

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

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

background-color css

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

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

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

border-color css

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

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

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