#DDC298

Color #DDC298 Raffia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raffia #DDC298

Tints of Raffia #DDC298

Color information

#DDC298 (or 0xDDC298) is unknown color: approx Raffia. HEX triplet: DD, C2 and 98. RGB value is (221,194,152). Sum of RGB (Red+Green+Blue) = 221+194+152=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC298 is #223D67. Grayscale: #C5C5C5. Windows color (decimal): -2243944 or 10011357. OLE color: 10011357.

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

Color convert

RGB221194152-
CMYK00.120.310.13
HSL36.52º50.36%73.14%-
HSV(B)36.52º31.22%86.67%-
XYZ54.7856.2237.67-
YUV197.28102.45144.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.98%
GREEN value IS 194 (76.17% from 255) = 34.22%
BLUE value IS 152 (59.77% from 255) = 26.81%
R=38.98%
G=34.22%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119415200.120.310.1336.5250.3673.14
HexDDC2980C1FD253249
Octal33530223001437154562111
Binary110111011100001010011000011001111111011001011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC298; }

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

 H1.HeaderClassName
 {
   color: #DDC298;
 }
 .AnyTagClassName
 {
   color: #DDC298;
 }
</style>
background-color css

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

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

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

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

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

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