Html Css Color HEX #DBCBA8 Raffia

📋 copy color: '#DBCBA8'

red 219 ◦ green 203 ◦ blue 168

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

Shades of Raffia #DBCBA8

Tints of Raffia #DBCBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.47%

R = 37.12%
G = 34.41%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DBCBA8 (or 0xDBCBA8) is known color: Raffia. HEX triplet: DB, CB and A8. RGB value is (219,203,168). Sum of RGB (Red+Green+Blue) = 219+203+168=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 168 (66.02% from 255 or 28.47% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCBA8 is #243457. Grayscale: #CBCBCB. Windows color (decimal): -2372696 or 11062235. OLE color: 11062235.

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

Color convert

RGB 219 203 168 -
CMYK 0 0.07 0.23 0.14
HSL 41.18º 0.41% 0.76% -
HSV(B) 41.18º 0.23% 0.86% -
XYZ 57.64 60.6 45.7 -
YUV 203.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 219 203 168 0 0.07 0.23 0.14 41.18 0.41 0.76
Hex DB CB A8 0 7 17 E 29 29 4C
Octal 333 313 250 0 7 27 16 51 51 114
Binary 11011011 11001011 10101000 0 111 10111 1110 101001 101001 1001100

Color Harmonies of #DBCBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCBA8

Black with #DBCBA8

Text Example


Text Example

White with #DBCBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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