Html Css Color HEX #DBC59C Raffia

📋 copy color: '#DBC59C'

red 219 ◦ green 197 ◦ blue 156

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

Shades of Raffia #DBC59C

Tints of Raffia #DBC59C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.44%

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

R = 38.29%
G = 34.44%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DBC59C (or 0xDBC59C) is known color: Raffia. HEX triplet: DB, C5 and 9C. RGB value is (219,197,156). Sum of RGB (Red+Green+Blue) = 219+197+156=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC59C is #243A63. Grayscale: #C7C7C7. Windows color (decimal): -2374244 or 10274267. OLE color: 10274267.

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

Color convert

RGB 219 197 156 -
CMYK 0 0.10 0.29 0.14
HSL 39.05º 0.47% 0.74% -
HSV(B) 39.05º 0.29% 0.86% -
XYZ 55.18 57.39 39.62 -
YUV 198.9 103.79 142.33 -
System Red Green Blue C M Y K H S L
Decimal 219 197 156 0 0.10 0.29 0.14 39.05 0.47 0.74
Hex DB C5 9C 0 A 1D E 27 2F 4A
Octal 333 305 234 0 12 35 16 47 57 112
Binary 11011011 11000101 10011100 0 1010 11101 1110 100111 101111 1001010

Color Harmonies of #DBC59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC59C

Black with #DBC59C

Text Example


Text Example

White with #DBC59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC59C; }

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

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

background-color css

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

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

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

border-color css

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

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

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