Html Css Color HEX #DBC99D Raffia

📋 copy color: '#DBC99D'

red 219 ◦ green 201 ◦ blue 157

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

Shades of Raffia #DBC99D

Tints of Raffia #DBC99D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.84%

 BLUE value IS 157 (61.72% from 255) = 27.21%

R = 37.95%
G = 34.84%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DBC99D (or 0xDBC99D) is known color: Raffia. HEX triplet: DB, C9 and 9D. RGB value is (219,201,157). Sum of RGB (Red+Green+Blue) = 219+201+157=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC99D is #243662. Grayscale: #C9C9C9. Windows color (decimal): -2373219 or 10340827. OLE color: 10340827.

HSL color Cylindrical-coordinate representation of color #DBC99D: hue angle of 42.58º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBC99D is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 201 157 -
CMYK 0 0.08 0.28 0.14
HSL 42.58º 0.46% 0.74% -
HSV(B) 42.58º 0.28% 0.86% -
XYZ 56.19 59.27 40.38 -
YUV 201.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 219 201 157 0 0.08 0.28 0.14 42.58 0.46 0.74
Hex DB C9 9D 0 8 1C E 2B 2E 4A
Octal 333 311 235 0 10 34 16 53 56 112
Binary 11011011 11001001 10011101 0 1000 11100 1110 101011 101110 1001010

Color Harmonies of #DBC99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC99D

Black with #DBC99D

Text Example


Text Example

White with #DBC99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC99D; }

 p { color: rgb(219,201,157); }

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

background-color css

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

 a { background-color: rgb(219,201,157); }

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

border-color css

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

 span { border-color: rgb(219,201,157); }

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