Html Css Color HEX #DBC09B Raffia

📋 copy color: '#DBC09B'

red 219 ◦ green 192 ◦ blue 155

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

Shades of Raffia #DBC09B

Tints of Raffia #DBC09B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.92%

 BLUE value IS 155 (60.94% from 255) = 27.39%

R = 38.69%
G = 33.92%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DBC09B (or 0xDBC09B) is known color: Raffia. HEX triplet: DB, C0 and 9B. RGB value is (219,192,155). Sum of RGB (Red+Green+Blue) = 219+192+155=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC09B is #243F64. Grayscale: #C4C4C4. Windows color (decimal): -2375525 or 10207451. OLE color: 10207451.

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

Color convert

RGB 219 192 155 -
CMYK 0 0.12 0.29 0.14
HSL 34.69º 0.47% 0.73% -
HSV(B) 34.69º 0.29% 0.86% -
XYZ 53.98 55.13 38.81 -
YUV 195.86 104.95 144.51 -
System Red Green Blue C M Y K H S L
Decimal 219 192 155 0 0.12 0.29 0.14 34.69 0.47 0.73
Hex DB C0 9B 0 C 1D E 23 2F 49
Octal 333 300 233 0 14 35 16 43 57 111
Binary 11011011 11000000 10011011 0 1100 11101 1110 100011 101111 1001001

Color Harmonies of #DBC09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC09B

Black with #DBC09B

Text Example


Text Example

White with #DBC09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC09B; }

 p { color: rgb(219,192,155); }

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

background-color css

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

 a { background-color: rgb(219,192,155); }

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

border-color css

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

 span { border-color: rgb(219,192,155); }

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