Html Css Color HEX #DDC493 Raffia

📋 copy color: '#DDC493'

red 221 ◦ green 196 ◦ blue 147

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

Shades of Raffia #DDC493

Tints of Raffia #DDC493

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.75%

 BLUE value IS 147 (57.81% from 255) = 26.06%

R = 39.18%
G = 34.75%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDC493 (or 0xDDC493) is known color: Raffia. HEX triplet: DD, C4 and 93. RGB value is (221,196,147). Sum of RGB (Red+Green+Blue) = 221+196+147=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 147 (57.81% from 255 or 26.06% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC493 is #223B6C. Grayscale: #C6C6C6. Windows color (decimal): -2243437 or 9684189. OLE color: 9684189.

HSL color Cylindrical-coordinate representation of color #DDC493: hue angle of 39.73º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDC493 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 196 147 -
CMYK 0 0.11 0.33 0.13
HSL 39.73º 0.52% 0.72% -
HSV(B) 39.73º 0.33% 0.87% -
XYZ 54.83 56.96 35.71 -
YUV 197.89 99.28 144.48 -
System Red Green Blue C M Y K H S L
Decimal 221 196 147 0 0.11 0.33 0.13 39.73 0.52 0.72
Hex DD C4 93 0 B 21 D 28 34 48
Octal 335 304 223 0 13 41 15 50 64 110
Binary 11011101 11000100 10010011 0 1011 100001 1101 101000 110100 1001000

Color Harmonies of #DDC493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC493

Black with #DDC493

Text Example


Text Example

White with #DDC493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC493; }

 p { color: rgb(221,196,147); }

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

background-color css

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

 a { background-color: rgb(221,196,147); }

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

border-color css

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

 span { border-color: rgb(221,196,147); }

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