Html Css Color HEX #DBC89C Raffia

📋 copy color: '#DBC89C'

red 219 ◦ green 200 ◦ blue 156

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

Shades of Raffia #DBC89C

Tints of Raffia #DBC89C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.78%

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

R = 38.09%
G = 34.78%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DBC89C (or 0xDBC89C) is known color: Raffia. HEX triplet: DB, C8 and 9C. RGB value is (219,200,156). Sum of RGB (Red+Green+Blue) = 219+200+156=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC89C is #243763. Grayscale: #C8C8C8. Windows color (decimal): -2373476 or 10275035. OLE color: 10275035.

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

Color convert

RGB 219 200 156 -
CMYK 0 0.09 0.29 0.14
HSL 41.9º 0.47% 0.74% -
HSV(B) 41.9º 0.29% 0.86% -
XYZ 55.87 58.77 39.85 -
YUV 200.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 219 200 156 0 0.09 0.29 0.14 41.9 0.47 0.74
Hex DB C8 9C 0 9 1D E 2A 2F 4A
Octal 333 310 234 0 11 35 16 52 57 112
Binary 11011011 11001000 10011100 0 1001 11101 1110 101010 101111 1001010

Color Harmonies of #DBC89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC89C

Black with #DBC89C

Text Example


Text Example

White with #DBC89C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC89C; }

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

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

background-color css

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

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

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

border-color css

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

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

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