Html Css Color HEX #DBC29C Raffia

📋 copy color: '#DBC29C'

red 219 ◦ green 194 ◦ blue 156

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

Shades of Raffia #DBC29C

Tints of Raffia #DBC29C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.09%

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

R = 38.49%
G = 34.09%
B = 27.42%

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

#DBC29C (or 0xDBC29C) is known color: Raffia. HEX triplet: DB, C2 and 9C. RGB value is (219,194,156). Sum of RGB (Red+Green+Blue) = 219+194+156=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC29C is #243D63. Grayscale: #C5C5C5. Windows color (decimal): -2375012 or 10273499. OLE color: 10273499.

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

Color convert

RGB 219 194 156 -
CMYK 0 0.11 0.29 0.14
HSL 36.19º 0.47% 0.74% -
HSV(B) 36.19º 0.29% 0.86% -
XYZ 54.51 56.04 39.4 -
YUV 197.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 219 194 156 0 0.11 0.29 0.14 36.19 0.47 0.74
Hex DB C2 9C 0 B 1D E 24 2F 4A
Octal 333 302 234 0 13 35 16 44 57 112
Binary 11011011 11000010 10011100 0 1011 11101 1110 100100 101111 1001010

Color Harmonies of #DBC29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC29C

Black with #DBC29C

Text Example


Text Example

White with #DBC29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC29C; }

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

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

background-color css

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

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

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

border-color css

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

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

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