Html Css Color HEX #DBC09C Raffia

📋 copy color: '#DBC09C'

red 219 ◦ green 192 ◦ blue 156

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

Shades of Raffia #DBC09C

Tints of Raffia #DBC09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.51%

R = 38.62%
G = 33.86%
B = 27.51%

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

#DBC09C (or 0xDBC09C) is known color: Raffia. HEX triplet: DB, C0 and 9C. RGB value is (219,192,156). Sum of RGB (Red+Green+Blue) = 219+192+156=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC09C is #243F63. Grayscale: #C4C4C4. Windows color (decimal): -2375524 or 10272987. OLE color: 10272987.

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

Color convert

RGB 219 192 156 -
CMYK 0 0.12 0.29 0.14
HSL 34.29º 0.47% 0.74% -
HSV(B) 34.29º 0.29% 0.86% -
XYZ 54.06 55.16 39.25 -
YUV 195.97 105.45 144.43 -
System Red Green Blue C M Y K H S L
Decimal 219 192 156 0 0.12 0.29 0.14 34.29 0.47 0.74
Hex DB C0 9C 0 C 1D E 22 2F 4A
Octal 333 300 234 0 14 35 16 42 57 112
Binary 11011011 11000000 10011100 0 1100 11101 1110 100010 101111 1001010

Color Harmonies of #DBC09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC09C

Black with #DBC09C

Text Example


Text Example

White with #DBC09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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