Html Css Color HEX #DDC39F Raffia

📋 copy color: '#DDC39F'

red 221 ◦ green 195 ◦ blue 159

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

Shades of Raffia #DDC39F

Tints of Raffia #DDC39F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.65%

R = 38.43%
G = 33.91%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DDC39F (or 0xDDC39F) is known color: Raffia. HEX triplet: DD, C3 and 9F. RGB value is (221,195,159). Sum of RGB (Red+Green+Blue) = 221+195+159=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 195 (76.56% from 255 or 33.91% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC39F is #223C60. Grayscale: #C6C6C6. Windows color (decimal): -2243681 or 10470365. OLE color: 10470365.

HSL color Cylindrical-coordinate representation of color #DDC39F: hue angle of 34.84º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDC39F is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 195 159 -
CMYK 0 0.12 0.28 0.13
HSL 34.84º 0.48% 0.75% -
HSV(B) 34.84º 0.28% 0.87% -
XYZ 55.59 56.91 40.85 -
YUV 198.67 105.61 143.93 -
System Red Green Blue C M Y K H S L
Decimal 221 195 159 0 0.12 0.28 0.13 34.84 0.48 0.75
Hex DD C3 9F 0 C 1C D 23 30 4B
Octal 335 303 237 0 14 34 15 43 60 113
Binary 11011101 11000011 10011111 0 1100 11100 1101 100011 110000 1001011

Color Harmonies of #DDC39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC39F

Black with #DDC39F

Text Example


Text Example

White with #DDC39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC39F; }

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

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

background-color css

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

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

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

border-color css

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

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

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