Html Css Color HEX #DBCBA6 Raffia

📋 copy color: '#DBCBA6'

red 219 ◦ green 203 ◦ blue 166

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

Shades of Raffia #DBCBA6

Tints of Raffia #DBCBA6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.52%

 BLUE value IS 166 (65.23% from 255) = 28.23%

R = 37.24%
G = 34.52%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DBCBA6 (or 0xDBCBA6) is known color: Raffia. HEX triplet: DB, CB and A6. RGB value is (219,203,166). Sum of RGB (Red+Green+Blue) = 219+203+166=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 166 (65.23% from 255 or 28.23% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCBA6 is #243459. Grayscale: #CBCBCB. Windows color (decimal): -2372698 or 10931163. OLE color: 10931163.

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

Color convert

RGB 219 203 166 -
CMYK 0 0.07 0.24 0.14
HSL 41.89º 0.42% 0.75% -
HSV(B) 41.89º 0.24% 0.86% -
XYZ 57.45 60.53 44.73 -
YUV 203.57 106.8 139.01 -
System Red Green Blue C M Y K H S L
Decimal 219 203 166 0 0.07 0.24 0.14 41.89 0.42 0.75
Hex DB CB A6 0 7 18 E 2A 2A 4B
Octal 333 313 246 0 7 30 16 52 52 113
Binary 11011011 11001011 10100110 0 111 11000 1110 101010 101010 1001011

Color Harmonies of #DBCBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCBA6

Black with #DBCBA6

Text Example


Text Example

White with #DBCBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCBA6; }

 p { color: rgb(219,203,166); }

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

background-color css

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

 a { background-color: rgb(219,203,166); }

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

border-color css

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

 span { border-color: rgb(219,203,166); }

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