Html Css Color HEX #DBC29B Raffia

📋 copy color: '#DBC29B'

red 219 ◦ green 194 ◦ blue 155

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

Shades of Raffia #DBC29B

Tints of Raffia #DBC29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.29%

R = 38.56%
G = 34.15%
B = 27.29%

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

#DBC29B (or 0xDBC29B) is known color: Raffia. HEX triplet: DB, C2 and 9B. RGB value is (219,194,155). Sum of RGB (Red+Green+Blue) = 219+194+155=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC29B is #243D64. Grayscale: #C5C5C5. Windows color (decimal): -2375013 or 10207963. OLE color: 10207963.

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

Color convert

RGB 219 194 155 -
CMYK 0 0.11 0.29 0.14
HSL 36.56º 0.47% 0.73% -
HSV(B) 36.56º 0.29% 0.86% -
XYZ 54.42 56.01 38.95 -
YUV 197.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 219 194 155 0 0.11 0.29 0.14 36.56 0.47 0.73
Hex DB C2 9B 0 B 1D E 25 2F 49
Octal 333 302 233 0 13 35 16 45 57 111
Binary 11011011 11000010 10011011 0 1011 11101 1110 100101 101111 1001001

Color Harmonies of #DBC29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC29B

Black with #DBC29B

Text Example


Text Example

White with #DBC29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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