Html Css Color HEX #DBBF9A Raffia

📋 copy color: '#DBBF9A'

red 219 ◦ green 191 ◦ blue 154

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

Shades of Raffia #DBBF9A

Tints of Raffia #DBBF9A

RGB

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

 GREEN value IS 191 (75% from 255) = 33.87%

 BLUE value IS 154 (60.55% from 255) = 27.3%

R = 38.83%
G = 33.87%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DBBF9A (or 0xDBBF9A) is known color: Raffia. HEX triplet: DB, BF and 9A. RGB value is (219,191,154). Sum of RGB (Red+Green+Blue) = 219+191+154=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBF9A is #244065. Grayscale: #C3C3C3. Windows color (decimal): -2375782 or 10141659. OLE color: 10141659.

HSL color Cylindrical-coordinate representation of color #DBBF9A: hue angle of 34.15º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBBF9A is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 191 154 -
CMYK 0 0.13 0.30 0.14
HSL 34.15º 0.47% 0.73% -
HSV(B) 34.15º 0.3% 0.86% -
XYZ 53.68 54.65 38.29 -
YUV 195.15 104.78 145.01 -
System Red Green Blue C M Y K H S L
Decimal 219 191 154 0 0.13 0.30 0.14 34.15 0.47 0.73
Hex DB BF 9A 0 D 1E E 22 2F 49
Octal 333 277 232 0 15 36 16 42 57 111
Binary 11011011 10111111 10011010 0 1101 11110 1110 100010 101111 1001001

Color Harmonies of #DBBF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBF9A

Black with #DBBF9A

Text Example


Text Example

White with #DBBF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBF9A; }

 p { color: rgb(219,191,154); }

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

background-color css

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

 a { background-color: rgb(219,191,154); }

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

border-color css

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

 span { border-color: rgb(219,191,154); }

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