Html Css Color HEX #DBC99C Raffia

📋 copy color: '#DBC99C'

red 219 ◦ green 201 ◦ blue 156

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

Shades of Raffia #DBC99C

Tints of Raffia #DBC99C

RGB

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

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

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

R = 38.02%
G = 34.9%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DBC99C (or 0xDBC99C) is known color: Raffia. HEX triplet: DB, C9 and 9C. RGB value is (219,201,156). Sum of RGB (Red+Green+Blue) = 219+201+156=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 156 (61.33% from 255 or 27.08% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC99C is #243663. Grayscale: #C9C9C9. Windows color (decimal): -2373220 or 10275291. OLE color: 10275291.

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

Color convert

RGB 219 201 156 -
CMYK 0 0.08 0.29 0.14
HSL 42.86º 0.47% 0.74% -
HSV(B) 42.86º 0.29% 0.86% -
XYZ 56.1 59.23 39.93 -
YUV 201.25 102.46 140.66 -
System Red Green Blue C M Y K H S L
Decimal 219 201 156 0 0.08 0.29 0.14 42.86 0.47 0.74
Hex DB C9 9C 0 8 1D E 2B 2F 4A
Octal 333 311 234 0 10 35 16 53 57 112
Binary 11011011 11001001 10011100 0 1000 11101 1110 101011 101111 1001010

Color Harmonies of #DBC99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC99C

Black with #DBC99C

Text Example


Text Example

White with #DBC99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC99C; }

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

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

background-color css

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

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

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

border-color css

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

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

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