#DBC298

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

Shades of Raffia #DBC298

Tints of Raffia #DBC298

Color information

#DBC298 (or 0xDBC298) is unknown color: approx Raffia. HEX triplet: DB, C2 and 98. RGB value is (219,194,152). Sum of RGB (Red+Green+Blue) = 219+194+152=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC298 is #243D67. Grayscale: #C4C4C4. Windows color (decimal): -2375016 or 10011355. OLE color: 10011355.

HSL color Cylindrical-coordinate representation of color #DBC298: hue angle of 37.61º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBC298 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB219194152-
CMYK00.110.310.14
HSL37.61º48.2%72.75%-
HSV(B)37.61º30.59%85.88%-
XYZ54.1755.9137.64-
YUV196.69102.78143.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.76%
GREEN value IS 194 (76.17% from 255) = 34.34%
BLUE value IS 152 (59.77% from 255) = 26.90%
R=38.76%
G=34.34%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919415200.110.310.1437.6148.272.75
HexDBC2980B1FE263049
Octal33330223001337164660111
Binary110110111100001010011000010111111111101001101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC298; }

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

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

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

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

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

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

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

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