Html Css Color HEX #DBC395 Raffia

📋 copy color: '#DBC395'

red 219 ◦ green 195 ◦ blue 149

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

Shades of Raffia #DBC395

Tints of Raffia #DBC395

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.64%

 BLUE value IS 149 (58.59% from 255) = 26.47%

R = 38.9%
G = 34.64%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DBC395 (or 0xDBC395) is known color: Raffia. HEX triplet: DB, C3 and 95. RGB value is (219,195,149). Sum of RGB (Red+Green+Blue) = 219+195+149=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC395 is #243C6A. Grayscale: #C5C5C5. Windows color (decimal): -2374763 or 9815003. OLE color: 9815003.

HSL color Cylindrical-coordinate representation of color #DBC395: hue angle of 39.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBC395 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 195 149 -
CMYK 0 0.11 0.32 0.14
HSL 39.43º 0.49% 0.72% -
HSV(B) 39.43º 0.32% 0.86% -
XYZ 54.15 56.26 36.44 -
YUV 196.93 100.95 143.74 -
System Red Green Blue C M Y K H S L
Decimal 219 195 149 0 0.11 0.32 0.14 39.43 0.49 0.72
Hex DB C3 95 0 B 20 E 27 31 48
Octal 333 303 225 0 13 40 16 47 61 110
Binary 11011011 11000011 10010101 0 1011 100000 1110 100111 110001 1001000

Color Harmonies of #DBC395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC395

Black with #DBC395

Text Example


Text Example

White with #DBC395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC395; }

 p { color: rgb(219,195,149); }

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

background-color css

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

 a { background-color: rgb(219,195,149); }

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

border-color css

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

 span { border-color: rgb(219,195,149); }

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