Html Css Color HEX #DDC293 Raffia

📋 copy color: '#DDC293'

red 221 ◦ green 194 ◦ blue 147

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

Shades of Raffia #DDC293

Tints of Raffia #DDC293

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.52%

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

R = 39.32%
G = 34.52%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDC293 (or 0xDDC293) is known color: Raffia. HEX triplet: DD, C2 and 93. RGB value is (221,194,147). Sum of RGB (Red+Green+Blue) = 221+194+147=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 147 (57.81% from 255 or 26.16% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC293 is #223D6C. Grayscale: #C4C4C4. Windows color (decimal): -2243949 or 9683677. OLE color: 9683677.

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

Color convert

RGB 221 194 147 -
CMYK 0 0.12 0.33 0.13
HSL 38.11º 0.52% 0.72% -
HSV(B) 38.11º 0.33% 0.87% -
XYZ 54.38 56.06 35.56 -
YUV 196.72 99.95 145.32 -
System Red Green Blue C M Y K H S L
Decimal 221 194 147 0 0.12 0.33 0.13 38.11 0.52 0.72
Hex DD C2 93 0 C 21 D 26 34 48
Octal 335 302 223 0 14 41 15 46 64 110
Binary 11011101 11000010 10010011 0 1100 100001 1101 100110 110100 1001000

Color Harmonies of #DDC293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC293

Black with #DDC293

Text Example


Text Example

White with #DDC293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC293; }

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

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

background-color css

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

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

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

border-color css

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

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

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