Html Css Color HEX #DDC39C Raffia

📋 copy color: '#DDC39C'

red 221 ◦ green 195 ◦ blue 156

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

Shades of Raffia #DDC39C

Tints of Raffia #DDC39C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.09%

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

R = 38.64%
G = 34.09%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDC39C (or 0xDDC39C) is known color: Raffia. HEX triplet: DD, C3 and 9C. RGB value is (221,195,156). Sum of RGB (Red+Green+Blue) = 221+195+156=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC39C is #223C63. Grayscale: #C6C6C6. Windows color (decimal): -2243684 or 10273757. OLE color: 10273757.

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

Color convert

RGB 221 195 156 -
CMYK 0 0.12 0.29 0.13
HSL 36º 0.49% 0.74% -
HSV(B) 36º 0.29% 0.87% -
XYZ 55.33 56.8 39.5 -
YUV 198.33 104.11 144.17 -
System Red Green Blue C M Y K H S L
Decimal 221 195 156 0 0.12 0.29 0.13 36 0.49 0.74
Hex DD C3 9C 0 C 1D D 24 31 4A
Octal 335 303 234 0 14 35 15 44 61 112
Binary 11011101 11000011 10011100 0 1100 11101 1101 100100 110001 1001010

Color Harmonies of #DDC39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC39C

Black with #DDC39C

Text Example


Text Example

White with #DDC39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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