Html Css Color HEX #DDC39D Raffia

📋 copy color: '#DDC39D'

red 221 ◦ green 195 ◦ blue 157

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

Shades of Raffia #DDC39D

Tints of Raffia #DDC39D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.4%

R = 38.57%
G = 34.03%
B = 27.4%

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

#DDC39D (or 0xDDC39D) is known color: Raffia. HEX triplet: DD, C3 and 9D. RGB value is (221,195,157). Sum of RGB (Red+Green+Blue) = 221+195+157=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC39D is #223C62. Grayscale: #C6C6C6. Windows color (decimal): -2243683 or 10339293. OLE color: 10339293.

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

Color convert

RGB 221 195 157 -
CMYK 0 0.12 0.29 0.13
HSL 35.63º 0.48% 0.74% -
HSV(B) 35.63º 0.29% 0.87% -
XYZ 55.42 56.84 39.95 -
YUV 198.44 104.61 144.09 -
System Red Green Blue C M Y K H S L
Decimal 221 195 157 0 0.12 0.29 0.13 35.63 0.48 0.74
Hex DD C3 9D 0 C 1D D 24 30 4A
Octal 335 303 235 0 14 35 15 44 60 112
Binary 11011101 11000011 10011101 0 1100 11101 1101 100100 110000 1001010

Color Harmonies of #DDC39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC39D

Black with #DDC39D

Text Example


Text Example

White with #DDC39D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC39D; }

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

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

background-color css

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

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

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

border-color css

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

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

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