Html Css Color HEX #DBCBA9 Raffia

📋 copy color: '#DBCBA9'

red 219 ◦ green 203 ◦ blue 169

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

Shades of Raffia #DBCBA9

Tints of Raffia #DBCBA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 28.6%

R = 37.06%
G = 34.35%
B = 28.6%

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

#DBCBA9 (or 0xDBCBA9) is known color: Raffia. HEX triplet: DB, CB and A9. RGB value is (219,203,169). Sum of RGB (Red+Green+Blue) = 219+203+169=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 169 (66.41% from 255 or 28.60% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCBA9 is #243456. Grayscale: #CCCCCC. Windows color (decimal): -2372695 or 11127771. OLE color: 11127771.

HSL color Cylindrical-coordinate representation of color #DBCBA9: hue angle of 40.8º 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 #DBCBA9 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 203 169 -
CMYK 0 0.07 0.23 0.14
HSL 40.8º 0.41% 0.76% -
HSV(B) 40.8º 0.23% 0.86% -
XYZ 57.73 60.64 46.2 -
YUV 203.91 108.3 138.76 -
System Red Green Blue C M Y K H S L
Decimal 219 203 169 0 0.07 0.23 0.14 40.8 0.41 0.76
Hex DB CB A9 0 7 17 E 29 29 4C
Octal 333 313 251 0 7 27 16 51 51 114
Binary 11011011 11001011 10101001 0 111 10111 1110 101001 101001 1001100

Color Harmonies of #DBCBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCBA9

Black with #DBCBA9

Text Example


Text Example

White with #DBCBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCBA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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