Html Css Color HEX #DBCBA7 Raffia

📋 copy color: '#DBCBA7'

red 219 ◦ green 203 ◦ blue 167

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

Shades of Raffia #DBCBA7

Tints of Raffia #DBCBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 28.35%

R = 37.18%
G = 34.47%
B = 28.35%

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

#DBCBA7 (or 0xDBCBA7) is known color: Raffia. HEX triplet: DB, CB and A7. RGB value is (219,203,167). Sum of RGB (Red+Green+Blue) = 219+203+167=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 167 (65.62% from 255 or 28.35% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCBA7 is #243458. Grayscale: #CBCBCB. Windows color (decimal): -2372697 or 10996699. OLE color: 10996699.

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

Color convert

RGB 219 203 167 -
CMYK 0 0.07 0.24 0.14
HSL 41.54º 0.42% 0.76% -
HSV(B) 41.54º 0.24% 0.86% -
XYZ 57.54 60.56 45.22 -
YUV 203.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 219 203 167 0 0.07 0.24 0.14 41.54 0.42 0.76
Hex DB CB A7 0 7 18 E 2A 2A 4C
Octal 333 313 247 0 7 30 16 52 52 114
Binary 11011011 11001011 10100111 0 111 11000 1110 101010 101010 1001100

Color Harmonies of #DBCBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCBA7

Black with #DBCBA7

Text Example


Text Example

White with #DBCBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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