Html Css Color HEX #DDC99C Raffia

📋 copy color: '#DDC99C'

red 221 ◦ green 201 ◦ blue 156

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

Shades of Raffia #DDC99C

Tints of Raffia #DDC99C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.78%

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

R = 38.24%
G = 34.78%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDC99C (or 0xDDC99C) is known color: Raffia. HEX triplet: DD, C9 and 9C. RGB value is (221,201,156). Sum of RGB (Red+Green+Blue) = 221+201+156=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 156 (61.33% from 255 or 26.99% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC99C is #223663. Grayscale: #CACACA. Windows color (decimal): -2242148 or 10275293. OLE color: 10275293.

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

Color convert

RGB 221 201 156 -
CMYK 0 0.09 0.29 0.13
HSL 41.54º 0.49% 0.74% -
HSV(B) 41.54º 0.29% 0.87% -
XYZ 56.71 59.55 39.96 -
YUV 201.85 102.13 141.66 -
System Red Green Blue C M Y K H S L
Decimal 221 201 156 0 0.09 0.29 0.13 41.54 0.49 0.74
Hex DD C9 9C 0 9 1D D 2A 31 4A
Octal 335 311 234 0 11 35 15 52 61 112
Binary 11011101 11001001 10011100 0 1001 11101 1101 101010 110001 1001010

Color Harmonies of #DDC99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC99C

Black with #DDC99C

Text Example


Text Example

White with #DDC99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC99C; }

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

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

background-color css

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

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

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

border-color css

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

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

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