Html Css Color HEX #DDC899 Raffia

📋 copy color: '#DDC899'

red 221 ◦ green 200 ◦ blue 153

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

Shades of Raffia #DDC899

Tints of Raffia #DDC899

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.84%

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

R = 38.5%
G = 34.84%
B = 26.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDC899 (or 0xDDC899) is known color: Raffia. HEX triplet: DD, C8 and 99. RGB value is (221,200,153). Sum of RGB (Red+Green+Blue) = 221+200+153=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 153 (60.16% from 255 or 26.66% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC899 is #223766. Grayscale: #C9C9C9. Windows color (decimal): -2242407 or 10078429. OLE color: 10078429.

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

Color convert

RGB 221 200 153 -
CMYK 0 0.10 0.31 0.13
HSL 41.47º 0.5% 0.73% -
HSV(B) 41.47º 0.31% 0.87% -
XYZ 56.22 58.98 38.56 -
YUV 200.92 100.96 142.32 -
System Red Green Blue C M Y K H S L
Decimal 221 200 153 0 0.10 0.31 0.13 41.47 0.5 0.73
Hex DD C8 99 0 A 1F D 29 32 49
Octal 335 310 231 0 12 37 15 51 62 111
Binary 11011101 11001000 10011001 0 1010 11111 1101 101001 110010 1001001

Color Harmonies of #DDC899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC899

Black with #DDC899

Text Example


Text Example

White with #DDC899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC899; }

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

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

background-color css

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

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

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

border-color css

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

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

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