#DBC4A4

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

Shades of Raffia #DBC4A4

Tints of Raffia #DBC4A4

Color information

#DBC4A4 (or 0xDBC4A4) is unknown color: approx Raffia. HEX triplet: DB, C4 and A4. RGB value is (219,196,164). Sum of RGB (Red+Green+Blue) = 219+196+164=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 164 (64.45% from 255 or 28.32% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC4A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC4A4 is #243B5B. Grayscale: #C7C7C7. Windows color (decimal): -2374492 or 10798299. OLE color: 10798299.

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

Color convert

RGB219196164-
CMYK00.110.250.14
HSL34.91º43.31%75.1%-
HSV(B)34.91º25.11%85.88%-
XYZ55.6557.2243.23-
YUV199.23108.12142.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.82%
GREEN value IS 196 (76.95% from 255) = 33.85%
BLUE value IS 164 (64.45% from 255) = 28.32%
R=37.82%
G=33.85%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919616400.110.250.1434.9143.3175.1
HexDBC4A40B19E232b4b
Octal33330424401331164353113
Binary110110111100010010100100010111100111101000111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC4A4; }

 p { color: rgb(219,196,164); }

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

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

 a { background-color: rgb(219,196,164); }

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

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

 span { border-color: rgb(219,196,164); }

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