Html Css Color HEX #DDC294 Raffia

📋 copy color: '#DDC294'

red 221 ◦ green 194 ◦ blue 148

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

Shades of Raffia #DDC294

Tints of Raffia #DDC294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.29%

R = 39.25%
G = 34.46%
B = 26.29%

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

#DDC294 (or 0xDDC294) is known color: Raffia. HEX triplet: DD, C2 and 94. RGB value is (221,194,148). Sum of RGB (Red+Green+Blue) = 221+194+148=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC294 is #223D6B. Grayscale: #C5C5C5. Windows color (decimal): -2243948 or 9749213. OLE color: 9749213.

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

Color convert

RGB 221 194 148 -
CMYK 0 0.12 0.33 0.13
HSL 37.81º 0.52% 0.72% -
HSV(B) 37.81º 0.33% 0.87% -
XYZ 54.46 56.09 35.97 -
YUV 196.83 100.45 145.24 -
System Red Green Blue C M Y K H S L
Decimal 221 194 148 0 0.12 0.33 0.13 37.81 0.52 0.72
Hex DD C2 94 0 C 21 D 26 34 48
Octal 335 302 224 0 14 41 15 46 64 110
Binary 11011101 11000010 10010100 0 1100 100001 1101 100110 110100 1001000

Color Harmonies of #DDC294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC294

Black with #DDC294

Text Example


Text Example

White with #DDC294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC294; }

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

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

background-color css

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

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

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

border-color css

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

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

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