Html Css Color HEX #DBCAA0 Raffia

📋 copy color: '#DBCAA0'

red 219 ◦ green 202 ◦ blue 160

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

Shades of Raffia #DBCAA0

Tints of Raffia #DBCAA0

RGB

 RED value IS 219 (85.94% from 255) = 37.69%

 GREEN value IS 202 (79.3% from 255) = 34.77%

 BLUE value IS 160 (62.89% from 255) = 27.54%

R = 37.69%
G = 34.77%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DBCAA0 (or 0xDBCAA0) is known color: Raffia. HEX triplet: DB, CA and A0. RGB value is (219,202,160). Sum of RGB (Red+Green+Blue) = 219+202+160=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCAA0 is #24355F. Grayscale: #CACACA. Windows color (decimal): -2372960 or 10537691. OLE color: 10537691.

HSL color Cylindrical-coordinate representation of color #DBCAA0: hue angle of 42.71º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBCAA0 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 202 160 -
CMYK 0 0.08 0.27 0.14
HSL 42.71º 0.45% 0.74% -
HSV(B) 42.71º 0.27% 0.86% -
XYZ 56.68 59.84 41.82 -
YUV 202.3 104.13 139.92 -
System Red Green Blue C M Y K H S L
Decimal 219 202 160 0 0.08 0.27 0.14 42.71 0.45 0.74
Hex DB CA A0 0 8 1B E 2B 2D 4A
Octal 333 312 240 0 10 33 16 53 55 112
Binary 11011011 11001010 10100000 0 1000 11011 1110 101011 101101 1001010

Color Harmonies of #DBCAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCAA0

Black with #DBCAA0

Text Example


Text Example

White with #DBCAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCAA0; }

 p { color: rgb(219,202,160); }

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

background-color css

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

 a { background-color: rgb(219,202,160); }

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

border-color css

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

 span { border-color: rgb(219,202,160); }

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