Html Css Color HEX #DBC39C Raffia

📋 copy color: '#DBC39C'

red 219 ◦ green 195 ◦ blue 156

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

Shades of Raffia #DBC39C

Tints of Raffia #DBC39C

RGB

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

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

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

R = 38.42%
G = 34.21%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DBC39C (or 0xDBC39C) is known color: Raffia. HEX triplet: DB, C3 and 9C. RGB value is (219,195,156). Sum of RGB (Red+Green+Blue) = 219+195+156=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 156 (61.33% from 255 or 27.37% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC39C is #243C63. Grayscale: #C5C5C5. Windows color (decimal): -2374756 or 10273755. OLE color: 10273755.

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

Color convert

RGB 219 195 156 -
CMYK 0 0.11 0.29 0.14
HSL 37.14º 0.47% 0.74% -
HSV(B) 37.14º 0.29% 0.86% -
XYZ 54.73 56.49 39.47 -
YUV 197.73 104.45 143.17 -
System Red Green Blue C M Y K H S L
Decimal 219 195 156 0 0.11 0.29 0.14 37.14 0.47 0.74
Hex DB C3 9C 0 B 1D E 25 2F 4A
Octal 333 303 234 0 13 35 16 45 57 112
Binary 11011011 11000011 10011100 0 1011 11101 1110 100101 101111 1001010

Color Harmonies of #DBC39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC39C

Black with #DBC39C

Text Example


Text Example

White with #DBC39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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